Commit ffc70c71 by BellCodeEditor

save project

parent 50def37b
Showing with 1 additions and 1 deletions
import turtle
screen = turtle.Screen()
screen.bgcolor("light blue")
screen.textinput("提示")
screen.textinput("提示""要多大")
a = input("请输入")
print(int(a)+5)
pen = turtle.Pen()
......
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