Question
When running a python script in IDLE, is there a way to pass in command line arguments (args)?
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 command prompt.
I'm running Windows.
45 90855
45