Commit b13f239a by BellCodeEditor

save project

parent c511c2f5
Showing with 4 additions and 4 deletions
import turtle as t
r=10
for i in range(4)
t.pencolor("green")
for i in range(4):
t.circle(r,360)
t.penup()
t.right(90)
t.fd(50)
t.left(90)
t.pendown()
r=r+50
t.done()
r+=50
t.done()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment