-
print("Enter anything: ") var = input() print("\nEntered value: ", var)
Enter anything: webisworld Entered value: webisworld