We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c06938 commit dc481a1Copy full SHA for dc481a1
src/m1e_comments_strings_print.py
@@ -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
+
13
print('Hello, World')
14
print('hi there')
-print('one', 'two', 'through my shoe')
15
+print('one', 'two', 'buckle my shoe')
16
print(3 + 9)
17
print('3 + 9', 'versus', 3 + 9)
0 commit comments