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

"""A simple script.
Shows why we use print."""

x = 1+2
x = 3*x
x
</pre></body></html>