Skip to content

Commit 7e667dc

Browse files
committed
Added note to do WITH INSTRUCTOR.
1 parent 610399e commit 7e667dc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎src/m1e_comments_strings_print.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
###############################################################################
22
#
3+
# Do this WITH YOUR INSTRUCTOR (live in class):
4+
#
35
# Read the code below. Predict (in your head) what will get printed
46
# (i.e., displayed) when the code runs.
57
#
68
# Then run this module by right clicking anywhere in this window
79
# and then selecting:
810
# Run 'name of file' (i.e. Run 'm1e_comments_strings...')
9-
# Or, use the keyboard shortcut: Control + Shift + Function-F10
11+
# Or, use the Windows keyboard shortcut: Control + Shift + Function-F10
1012
# (That is, hold the Control, Shift and Function keys down
1113
# and press the F10 key.)
1214
#

0 commit comments

Comments
 (0)