Skip to content

Commit fca1a93

Browse files
committed
DONE
1 parent 73e0e67 commit fca1a93

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

‎src/m2_todo_and_commit_push.py‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
###############################################################################
1818
#
19-
# TODO: 1.
19+
# Done: 1.
2020
# (Yes, that means for YOU to DO things per these instructions:)
2121
#
2222
# Run this module by right clicking anywhere in this window
@@ -32,7 +32,7 @@
3232

3333
###############################################################################
3434
#
35-
# TODO: 2.
35+
# DONE: 2.
3636
# Notice the small horizontal BLUE bars on the scrollbar-like thing
3737
# on the right. Each blue bar indicates a thing TO-DO in this module.
3838
#
@@ -57,7 +57,7 @@
5757

5858
###############################################################################
5959
#
60-
# TODO: 3.
60+
# DONE: 3.
6161
# Add another print statement below this comment.
6262
# It should print any string that you want (but keep it polite and G-rated!)
6363
#
@@ -68,10 +68,10 @@
6868
# Look at the Run window to be sure that your string printed as expected.
6969
#
7070
###############################################################################
71-
71+
print('Am I doing it right')
7272
###############################################################################
7373
#
74-
# TODO: 4.
74+
# DONE: 4.
7575
# Add yet another print statement, putting it below this comment.
7676
# This one should print the *product* of 3,607 and 34,227.
7777
# Let the computer do the arithmetic for you (no calculators!).
@@ -83,7 +83,7 @@
8383
# (HINT: It is an INTERESTING number.) Get help if your value is wrong.
8484
#
8585
###############################################################################
86-
86+
print(3607*34227)
8787
###############################################################################
8888
#
8989
# TODO: 5.

0 commit comments

Comments
 (0)