num = input ("Enter number:") print(num)
We are writing a program in python by taking input value.
Here the function first takes the input user and converts it into string format or numbers format, and we will display the output on the screen.
Here we are using two functions.
input ()
print ()
output:
Enter number: 2