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:
parent
2ff6f2eae3
commit
e803f803b4
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue