#!/usr/bin/env python3; # Begin Main x = 1 print("x: " + str(x)) x = 2 print("x: " + str(x)) x = 3 print("x: " + str(x))