Commit a272450c by BellCodeEditor

save project

parent a7e8a391
Showing with 4 additions and 1 deletions
len=100
import turtle
screen=turtle.Screen()
screen.bgcolor('red')
a=screen.textinput("提示","多大?")
len=int(a)
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("hi",font=("Time",20,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.left(45)
pen1.forward(2*len)
......
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