Commit b3f0fe8b by BellCodeEditor

save project

parent 76d9a4b7
Showing with 11 additions and 0 deletions
import turtle
screen=turtle.Screen()
p=turtle.Pen()
size=screen.textinput("tishi","gun")
f=int(size)
p.circle(f)
p.circle(f,360,3)
p.circle(f,60)
p.circle(f,360,3)
turtle.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