My issue
help me what is the problem in my code
My code
import persons
def find_person_with_lowest_age():
print("Person with the lowest age:",persons.find_person_with_lowest_age)
print("Person with the name",persons.find_person_with_lowest_age)
print("Person with the age",persons.find_person_with_lowest_age)
Learning course: Advanced Python
Problem Link: Person module - Coding problem in Advanced Python