Commit f3a86404 by BellCodeEditor

save project

parent e6fc99d1
Showing with 2 additions and 1 deletions
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
ko=60 ko=60
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
ko=screen.textinput("提示","请输入一个数字:")
print(int(ko)+5)
screen.bgcolor("green") screen.bgcolor("green")
pen=turtle.Pen() pen=turtle.Pen()
pen.pencolor("red") pen.pencolor("red")
......
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