This tutorial focuses on two built-in functions print() and input() to perform I/O task in Python.
Some of the functions like input() and print() are widely used for standard input and output operations respectively
o allow flexibility we might want to take the input from the user. In Python, we have the input() function to allow this. The syntax for input() is