When running a python script in IDLE, is there a way to pass in command line arguments (args)?

前端 未结 11 850
猫巷女王i
猫巷女王i 2020-12-02 13:08

I\'m testing some python code that parses command line input. Is there a way to pass this input in through IDLE? Currently I\'m saving in the IDLE editor and running from a

11条回答
  •  余生分开走
    2020-12-02 13:38

    Visual Studio 2015 has an addon for Python. You can supply arguments with that. VS 2015 is now free.

提交回复
热议问题