How to pass the raw command line arguments to the python? Such as: mypython.py txt -c "Test Only" {Help} The arguments I hope to get is: txt -c "Test Only" {Help} -- Keep the quotation marks in the arguments.