Interacting with program after execution

前端 未结 3 1609
刺人心
刺人心 2020-11-30 06:14

In PyCharm, after I run a script it automatically kills it:

C:\\Users\\Sean.virtualenvs\\Stanley\\Scripts\\python.exe C:/Users/Sean/PycharmProjects/Stanl

3条回答
  •  时光说笑
    2020-11-30 06:39

    Click Run -> Edit Configurations...,

    Then check the box Run with Python console.

提交回复
热议问题