# my_module.py

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

x = 1+2  
x = 3*x