Commit ee43c7a7 by BellCodeEditor

save project

parent 20f5fac3
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ screen.bgcolor("light blue") ...@@ -4,7 +4,7 @@ screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("\n太美",font=("Times",10,"normal")) pen.write("乞巧\n七夕今宵看碧霄\n牵牛织女渡河桥\n家家乞巧望秋月\n穿尽红丝几万条",font=("Times",10,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
lg=screen.textinput("提示","你想要多大的爱心") lg=screen.textinput("提示","你想要多大的爱心")
......
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