This commit is contained in:
2026-03-11 23:19:32 +00:00
commit 18ef09f8c0
5 changed files with 242 additions and 0 deletions

34
exotic flower.py Normal file
View File

@@ -0,0 +1,34 @@
import turtle
t = turtle
t.bgcolor("black")
t.speed (59999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999)
t.color ("red")
q=0
while q < 16:
t.circle(100)
t.left(22.5)
q=q+1
t.color("orange")
t.left(11.25)
p=0
while p < 16:
t.circle(50)
t.left(22.5)
p=p+1
t.left(5.625)
r=0
t.color("yellow")
while r < 16:
t.circle(25)
t.left(22.5)
r=r+1