#!/usr/bin/env python a = 10 while a > 0: a -= 1 # how do I check the value of a at end of last iter.? print "Fin!"