Python Examples
Python ExamplesPrograms with output

Python Program to Get Input from User


Example:
print("Enter anything: ")
var = input()

print("\nEntered value: ", var)
Output:
Enter anything:
webisworld
Entered value: webisworld

Share this page on:

Was this page helpful ?

Let us know how we did!

Subscribe Email Updates

to get latest update