Skip to content

Commit 43db6cf

Browse files
committed
add Q12 to the .py file
1 parent 25307d4 commit 43db6cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

prep-exercises/exercise_twelve.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
#Play computer with this code. Predict what you expect each line will do. Then run the code and check
3+
#your predictions. (If any lines cause errors, you may need to comment them out to check later lines).
4+
15
class Parent:
26
def __init__(self, first_name: str, last_name: str):
37
self.first_name = first_name

0 commit comments

Comments
 (0)