Commit b13f239a by BellCodeEditor

save project

parent c511c2f5
Showing with 4 additions and 4 deletions
import turtle as t import turtle as t
r=10 r=10
for i in range(4) for i in range(4):
t.pencolor("green")
t.circle(r,360) t.circle(r,360)
t.penup() t.penup()
t.right(90) t.right(90)
t.fd(50) t.fd(50)
t.left(90) t.left(90)
t.pendown() t.pendown()
r=r+50 r+=50
t.done() 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