<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"""
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)
</pre></body></html>