Skip to content

Commit 4496d59

Browse files
Update Flower.py
1 parent ed516b6 commit 4496d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Turtle/Flower.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def Cppsecrets1(t,size,repeat):
6161
def Circles(t,size):
6262
for i in range(4):
6363
t.circle(size)
64-
size=size-20
64+
size=size-21
6565
def Cppsecrets1(t,size,repeat):
6666
for i in range (repeat):
6767
Circles(t,size)

0 commit comments

Comments
 (0)