Commit 7a8738f4 by BellCodeEditor

save project

parent e7adbeab
Showing with 14 additions and 3 deletions
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.textinput("姓名框","你的名字是:") pen=turtle.Pen()
turtle.done() pen.penup()
\ No newline at end of file pen.goto(100,-100)
pen.write("Hi",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pencolor("red")
pen1.pensize(5)
len=screen.textinput("爱星植")
lovesize=int(len)
pen.left(45)
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