String Format: Force eight digits in integer
integerValue = 4237 print "Force eight digits in integer %.8d" % integerValue