Skip to content

Commit ff5238e

Browse files
committed
add prediction
1 parent 43db6cf commit ff5238e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

prep-exercises/exercise_twelve.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ def get_full_name(self) -> str:
3939
person2.change_last_name("Tyurina")
4040
print(person2.get_name())
4141
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

Comments
 (0)