How to Run Python With Argument
When you start Python from the command line interface (Command Prompt), you can start it without any special conditions, or you can start it with certain arguments. Depending on what arguments you choose to attach to the program, you can do things like start Python in safe mode, change how it interprets programs you compile during that session or start it in a silent mode, where it won't echo any responses from your programs out to the screen.
Instructions
-
-
1
Open the Start Menu.
-
2
Click in the search menu, then type "cmd" and press "Enter."
-
-
3
Type "python.exe /arg1 /arg2 /arg3" (where arg1, arg2 and arg3 are your arguments) into the command prompt.
-
4
Press "Enter" to execute the command.
-
1