SyntaxFix
Write A Post
Hire A Developer
Questions
The best way to process command line arguments is the argparse module.
argparse
Use raw_input() to get user input. If you import the readline module your users will have line editing and history.
raw_input()
readline module