We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed516b6 commit 4496d59Copy full SHA for 4496d59
Turtle/Flower.py
@@ -61,7 +61,7 @@ def Cppsecrets1(t,size,repeat):
61
def Circles(t,size):
62
for i in range(4):
63
t.circle(size)
64
- size=size-20
+ size=size-21
65
def Cppsecrets1(t,size,repeat):
66
for i in range (repeat):
67
Circles(t,size)
0 commit comments