Introduction
We use input() to get information from the person using the program. It helps the program to ask questions and get answers.
When you want to ask the user for their name.
When you need the user to enter a number to calculate something.
When you want to get a choice from the user, like yes or no.
When you want to make the program interactive by asking questions.
When you want to get any text or data typed by the user.