标签:log script port orm 运行 nbsp pre eval exit
1、python代码在windows下以*.py文件图标单击运行,终端窗口闪退的问题
解决办法:顶层代码尾加input或eval((input))
例如:
1 # A first python script 2 import sys 3 print(sys.platform) 4 print(2**100) 5 x = ‘sparm!‘ 6 print(x*8) 7 nextinput=input(‘Press Enter to exit\n‘) 8 print(nextinput)
标签:log script port orm 运行 nbsp pre eval exit
原文地址:http://www.cnblogs.com/yun123456/p/7508937.html