Commit 88a82df2 by BellCodeEditor

save project

parent c674dde5
Showing with 3 additions and 0 deletions
......@@ -2,6 +2,8 @@
import turtle
pen= turtle.Pen()
pen.pencolor("pink")
pen.pensize(6)
screen=turtle.Screen()
size=screen.textinput("提示","你想要多大的魔法阵呀?")
lovesize=int(size)
......@@ -9,4 +11,5 @@ pen.circle(lovesize)
pen.circle(lovesize,360,3)
pen.circle(lovesize,60)
pen.circle(lovesize,360,3)
pen.hideturtle()
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