Commit b9da10d6 by BellCodeEditor

save project

parent 1c78e2ca
Showing with 0 additions and 10 deletions
import turtle
pen=turtle.Pen
import turtle
screen=turtle.Screen()
pen=turtle.Pen()
len=screen.textinput("提示","你想要多大的小牛马")
len1=int(len)
pen.circle(len1)
pen.circle(len1,360)
\ 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