input()

input(prompt)

Displays a dialog window for the user to enter a value. The text prompt is an optional message to be displayed on the dialog window.


Example


x = input()

x = input("Enter your name:")