Commit 06d4d70a by BellCodeEditor

save project

parent b206745b
Showing with 3 additions and 2 deletions
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.textinput("name","what,your name") a=screen.textinput("name","what your name")
lovesize=int(a)
screen.bgcolor("pink") screen.bgcolor("pink")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
l=130 l=lovesize
pen.goto(0,0.5*l) pen.goto(0,0.5*l)
pen.pendown() pen.pendown()
pen.write("好好学习\n天天向上",align="center",font=("Times",13,"normal")) pen.write("好好学习\n天天向上",align="center",font=("Times",13,"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