Does Pycharm have Interactive Python Interpreter?

后端 未结 5 1293
小鲜肉
小鲜肉 2020-12-04 22:22

I am a fairly new Pycharm user switched from other IDEs recently.

One question I have is about the interactive python interpreter, which is the \"window\" I can type

5条回答
  •  北海茫月
    2020-12-04 22:50

    Run->Edit Configurations->Interpreter Options-> add -i

    There will be a red prompt when your run is finished.

提交回复
热议问题