Commit 2ec4926e by BellCodeEditor

save project

parent 00b5af32
Showing with 4 additions and 1 deletions
import turtle
len=10
pen=turtle.Pen()
screen=turtle.Screen()
ln=screen.textinput("提示","要多大")
len=int(ln)
screen.bgcolor("red")
pen.penup()
pen.goto(-50,-100)
......
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