Introduction
Humans interact with software on a daily basis, whether you're browsing the web, using your calculator app, or watching TV, you usually provide some input and expect an output.
Example:
- Input: Search "Cat Pictures" on Google
- Output: Cute images of cats
In the following sections, you'll learn some useful features of user input and output in Python.