We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1a82b commit 99e83edCopy full SHA for 99e83ed
1 file changed
sprint5-prep-exercises/classes_and_objects.py
@@ -21,4 +21,4 @@ def print_email(person: Person) -> None:
21
22
print(is_adult(imran))
23
24
-#print(print_email(imran)) there is no email atribute
+#print(print_email(imran)) there is no email atribute to print
0 commit comments