Commit f8d43f5d by BellCodeEditor

auto save

parent 4b717306
Showing with 11 additions and 1 deletions
import turtle
screen=turtle.Screen()
len1=screen.textinput("提示","你的新年寄语")
screen.bgcolor("red")
pen=turtle.Pen()
pen.goto(-1,1)
pen.write(len1,font=("Times",25,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
len=screen.textinput("爱心大小","你要多大的爱心!") len=screen.textinput("爱心大小","你想要多大的爱心?")
len=int(len) len=int(len)
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
......
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