Introduction
The print statement shows text or values on the screen. It helps you see results or messages when your program runs.
To show a welcome message to users on a webpage.
To display the result of a calculation.
To print error messages when something goes wrong.
To debug by showing variable values during development.