User Input

How to get user input in Python.

Python
name = input("What is your name? ")
print("Hello, " + name + "!")