#!/usr/bin/env python x=0 if x > 3: print 'hi' else: print 'lo'