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 43db6cf commit ff5238eCopy full SHA for ff5238e
1 file changed
prep-exercises/exercise_twelve.py
@@ -39,3 +39,5 @@ def get_full_name(self) -> str:
39
person2.change_last_name("Tyurina")
40
print(person2.get_name())
41
print(person2.get_full_name())
42
+
43
+# I pridict that lines 38, 39, & 41 will through an error, since these methods simply don't exist in the parent class.
0 commit comments