generated from mwc/lab_turtle
I made the circle a little bigger.
I was excited about the possibility of drawing some fun designs.
This commit is contained in:
@@ -15,7 +15,7 @@ right(90)
|
|||||||
pendown()
|
pendown()
|
||||||
color("red")
|
color("red")
|
||||||
for i in range(360):
|
for i in range(360):
|
||||||
forward(2)
|
forward(3)
|
||||||
right(1)
|
right(1)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user