程序中有input函数未执行,退出程序就会报错KeyboardInterrupt。
a = input('输入内容:') print(a)
收起
KeyboardInterrupt 表示键盘中断,你退出正常就是显示这个,因为input是获取键盘输入的值,退出就是中断键盘.
报告相同问题?