1.3 Input and Output
Input and output are fundamental to how a program interacts with users and the outside world.
Python provides simple built-in functions to display information and to receive user input.
This section introduces basic output using print(), user input with input(), and formatted output using f-strings.