#!/usr/bin/python x = 1; if x == 1: # 1 print x x = 2 # 2 print x # still 2, gotcha print x