Commit c9266bcf by BellCodeEditor

save project

parent 065d59b2
Showing with 2 additions and 0 deletions
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
len=screen.textinput("提示","你想要多大的爱心呀?")
lovesize=int(len)
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.write("诺依,\nturtie真好用,\n我会在画布上写字啦!",font=("Times",20,"normal")) pen.write("诺依,\nturtie真好用,\n我会在画布上写字啦!",font=("Times",20,"normal"))
......
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