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

"""This is a simple module.
It shows how modules work"""

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