Read more about the article Input function in python
Input function in python

Input function in python

The input() function is used to take user input from the standard input such as the keyboard. It prompts the user with a message (optional), waits for the user to enter some text, and then returns the text entered by the user as a string.