You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In modules.py file, add a print statement, to have the module specific change of date & name to get printed in the output.
from classes import MyAge
my_age = MyAge("1980-07-17", "Mr.J")
print(my_age.show_me_my_age())