How to run a python with arguments that would contain spaces? I am using MacOS
For example,
>python testProgram.py argument 1 argument 2
where "argument 1" is a single argument?
How to run a python with arguments that would contain spaces? I am using MacOS
For example,
>python testProgram.py argument 1 argument 2
where "argument 1" is a single argument?