Skip to content

Commit c7097e7

Browse files
authored
Update turtle_test.py
1 parent 0a51fff commit c7097e7

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

Section #1/turtle_test.py

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
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)
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

Comments
 (0)