How to hold Python console open after execution another script?

前端 未结 0 1396
遇见更好的自我
遇见更好的自我 2020-12-03 17:15

I want to execute the following Python script by doubleclicking:

exec(open(\'helloworld.py\').read())

The script helloworld.py i

相关标签:
回答
  • 消灭零回复
提交回复
热议问题