Commit 0f5ade09 by BellCodeEditor

save project

parent 12631f31
Showing with 11 additions and 0 deletions
import turtle
pen=turtle.pen()
turtle.speed(13)
for c in range(4) :
turtle.right(90)
a=60
for i in range(25):
turtle.circle(a,360,25)
a=a-2
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