Specifying arguments with spaces for running a python script

Viewed 44962

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?

4 Answers
Related