Introduction
The print function shows messages or values on the screen. It helps you see what your program is doing.
You want to show a greeting message to the user.
You need to check the value of a variable while testing your code.
You want to display results or answers from calculations.
You want to show instructions or information during a program run.