- To take users input & print
User Input: 18
Output: 18
num=int(input("Enter a number : "))
print("You entered :",num)
Enter a number : 123 You entered : 123Program
variableName = input("user input message "); #to take user input
print(variableName); #to print variable
To take input, use input()
method to store your input inside a variable and
to show the variable in the output screen just use print()
method
Coming Soon !
QuickThe dreams I chased took me on a journey, a journey more rewarding than the goals