This example demonstrates how to get user input in Python.
name = input("What is your name? ") print("Hello, " + name + "!")