# script.py """ This is a simple script. It shows why we use print """ x = 1+2 x = 3*x print(x)