Commit 52508ae3 by BellCodeEditor

save project

parent f9b6bca9
Showing with 9 additions and 0 deletions
......@@ -8,3 +8,12 @@ pen.circle(size,360,3)
pen.circle(size,60)
pen.circle(size,360,3)
turtle.done()
inport turtie
screen=turtle.Screen()
len=int(size)
pen.circle(len)
pen.circle(len,360,3)
pen.circle(len,60)
pen.circle(len,360,3)
turtle.done()
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