Commit 033e6e77 by BellCodeEditor

save project

parent ed309630
Showing with 1 additions and 1 deletions
......@@ -4,9 +4,9 @@ pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("祝你好运.",font=("Times",18,"normal"))
screen=turtle.Screen()
a=int(screen.textinput('提示','size'))
pen.hideturtle()
screen=turtle.Screen()
screen.bgcolor('indigo')
pen1=turtle.Pen()
pen1.pensize(10)
......
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