Commit 19b542cf by BellCodeEditor

save project

parent 5c694f64
Showing with 3 additions and 1 deletions
......@@ -2,9 +2,11 @@
import turtle
pen= turtle.Pen()
screen=turtle.Screen()
size=textinput("提示","你想要多大的魔法阵呀?")
huh=int(size)
pen.circle(huh)
pen.circle(huh,360,3)
......
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