Commit 626675f5 by BellCodeEditor

auto save

parent 4b7dc3db
Showing with 7 additions and 5 deletions
import turtle
screen=turtle.Screen()
screen.textinput("姓名框","你的名字是:")
turtle.done()
\ No newline at end of file
# import turtle
# screen=turtle.Screen()
# screen.textinput("姓名框","你的名字是:")
# turtle.done()
a=input("请输入数字:")
print(int(a)+10)
\ No newline at end of file
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