helloinput.py

# helloinput.py # # Description: Takes input from the user and prints it. # # Date: 07/10/2015 # Written By: D.Barry variable = input("input_text>") print(variable)