
executable - run program in Python shell - Stack Overflow
f you're wanting to run the script and end at a prompt (so you can inspect variables, etc), then use:
python -i test.pyThat will run the script and then drop you into a Python interpreter.
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)