**[work in progress](<../work%20in%20progress.md>)**

There are some essential things that you need to know in order to get your Python programs to interact with a user.

input() reads a line from the terminal keyboard. print(<something>) prints content to the terminal.