"""
A script showing off input.

This file shows how to make a script interactive.

Author: Walker M. White (wmw2)
Date:   August 26, 2018
"""

x = input("Give me a something: ")
print("You said: "+x)
