Commit cfd7b537 by BellCodeEditor

auto save

parent 3449e383
Showing with 8 additions and 0 deletions
import turtle
p=turtle.Pen()
q=turtle.Screen()
w=q.textinput('提示','你想要什么?')
we=int(w)
p.circle(we)
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