INPUT/OUTPUT
Your Python programs may need to communicate with the user by reading from the console, or they may need to read or write a disk file. This is called input/output. You can use the input() built-in function to read data from the shell console, and the print statement will output information to the shell console.