diff --git a/src/m1e_comments_strings_print.py b/src/m1e_comments_strings_print.py index 18eb8a0..6df08f2 100644 --- a/src/m1e_comments_strings_print.py +++ b/src/m1e_comments_strings_print.py @@ -14,3 +14,6 @@ print('one', 'two', 'buckle my shoe') print(3 + 9) print('3 + 9', 'versus', 3 + 9) + +print("Dave Fisher") + diff --git a/src/m3_turtles.py b/src/m3_turtles.py index df507f3..b3ce3d4 100644 --- a/src/m3_turtles.py +++ b/src/m3_turtles.py @@ -64,6 +64,8 @@ dave.left(90) dave.forward(200) + + # ---------------------------------------------------------------------- # Construct a new turtle and ask it to do things. # ----------------------------------------------------------------------