Commit d6b77a71 by BellCodeEditor

save project

parent 3b307e2b
Showing with 2 additions and 1 deletions
import turtle import turtle
banjing=(209)
s=turtle.Screen() s=turtle.Screen()
s.bgcolor("light blue") s.bgcolor("light blue")
banjing=s.textinput("输入框","输入你想要的大小")
banjing=int(banjing)
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-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