from turtle import *
color('red', 'yellow')
begin_fill()
while True:
forward(200)
left(170)
if abs(pos()) < 1:
break
end_fill()
done()
color('red', 'yellow')
begin_fill()
while True:
forward(200)
left(170)
if abs(pos()) < 1:
break
end_fill()
done()
👍10❤3
🔥1
Java project ideas 👇👇👇
https://www.instagram.com/p/CeGYPbdv2CB/?igshid=YmMyMTA2M2Y=
Please follow if you like this page 🥺
https://www.instagram.com/p/CeGYPbdv2CB/?igshid=YmMyMTA2M2Y=
Please follow if you like this page 🥺
👍2