Commit 2a99a0e1 by BellCodeEditor

save project

parent b316c830
Showing with 1 additions and 2 deletions
......@@ -2,8 +2,7 @@ import turtle
screen = turtle.Screen()
screen.bgcolor("light blue")
a = screen.textinput("提示""要多大")
a = input("请输入")
print(int(a)+5)
alove=int(a)+5
pen = turtle.Pen()
pen.goto(0,0)
pen.write("you are my Pig")
......
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