Chapter 5. User Inputs and Outputs
In this chapter, we'll look at the following recipes:
Using features of the print() function
Using input() and getpass() for user input
Debugging with "format".format_map(vars())
Using argparse to get command-line input
Using cmd for creating command-line applications
Using the OS environment settings