Commit 98225a14 by BellCodeEditor

save project

parent 0d577b5b
Showing with 1 additions and 1 deletions
import turtle
screen = turtle.Screen()
screen.bgcolor("light blue")
a = screen.textinput("提示""要多大")
a = screen.textinput("提示","要多大")
alove=int(a)+5
pen = turtle.Pen()
pen.goto(0,0)
......
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