We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a51fff commit c7097e7Copy full SHA for c7097e7
1 file changed
Section #1/turtle_test.py
@@ -1,11 +1,14 @@
1
-import turtle as t
2
-import time
3
-t. color("blue")
4
-t. begin_fill()
5
-counter=0
6
-while counter < 4:
7
- t. forward(100)
8
- t. left(90)
9
- counter = counter+1
10
- t. end_fill()
11
- time. sleep(5)
+#import turtle as t
+#import time
+#t. color("blue")
+#t. begin_fill()
+#counter=0
+#while counter < 4:
+# t. forward(100)
+# t. left(90)
+# counter = counter+1
+# t. end_fill()
+# time. sleep(5)
12
+
13
+print("The commented code shown above is only as an example")
14
+if_tried = '''When uncommented, GitHub will shoot back the following error: ")
0 commit comments