File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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#
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#
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!).
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.
You can’t perform that action at this time.
0 commit comments