Skip to content

Commit dc481a1

Browse files
committed
Instructions to run m1
1 parent 2c06938 commit dc481a1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/m1e_comments_strings_print.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
########################################################################
2+
#
3+
# TODO: 1.
4+
# (Yes, that means for YOU to DO things per these instructions:)
5+
#
6+
# Run this module by right clicking anywhere in this window, then select
7+
# Run 'name of file'
8+
# After running, find the Console tab (below) and confirm that everything
9+
# did indeed get printed (displayed).
10+
#
11+
########################################################################
12+
113
print('Hello, World')
214
print('hi there')
3-
print('one', 'two', 'through my shoe')
15+
print('one', 'two', 'buckle my shoe')
416
print(3 + 9)
517
print('3 + 9', 'versus', 3 + 9)

0 commit comments

Comments
 (0)