Commit 458d6f80 by BellCodeEditor

save project

parent 94d95870
Showing with 13 additions and 1 deletions
......@@ -5,7 +5,7 @@ pen = turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("你好,/n你的信真丑",font=("Times",20,'normal'))
lovesize=screen.textinput("提示","你想要都大的爱心?")
lovesize=screen.textinput("提示","你想要都大的?")
len=int(lovesize)
#pen1用来画2*len
pen1=turtle.Pen()
......
import turtle
screen=turtle.Screen()
pen1=turtle.Pen()
size=int(screen.textinput("提示","你想要都大的魔法阵?"))
pen1.circle(size)
pen1.circle(size,360,3)
pen1.circle(size,60)
pen1.circle(size,360,3)
turtle.done()
\ No newline at end of file
import.t
\ 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