Commit cd9f1e96 by BellCodeEditor

save project

parent 21b8eff7
Showing with 1 additions and 1 deletions
import turtle
pen=turtle.Pen()
screen=turtle.screen()
screen=turtle.Screen()
size=screen.textinput("提示","你要多大的魔法阵?")
len=int(size)
pen.circle(len)
......
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