摘要: 用户输入和while循环 函数input() 函数input()让程序暂停运行 等待用户输入一些文本 并在用户按回车键之后继续运行 message=input("please")print(message) 使用int()来获取数值输入 age=input("Houw old are you? ") 阅读全文
posted @ 2020-08-06 15:45 厄文 阅读(395) 评论(0) 推荐(0)