<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"""
A simple script.

This file shows why we use print.

Author: Walker M. White (wmw2)
Date:   August 25, 2017 (Python 3 Version)
"""

x = 1+2    # I am a comment
x = 3*x
print(x)</pre></body></html>