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