while True: reply = input('enter text:') if reply=='stop':break print (reply.upper())input('')代码如上。模块文件te.py直接在命令行运行,显示“enter text:”后,输入字符串,回车,界面直接退出,无法看到结果。怎样才能解决这个问题?提前感谢大家回答。另:代码在IDLE运行正常。
- 2 回答
- 0 关注
- 3494 浏览
添加回答
举报
0/150
提交
取消
