> 4 and executed many times. Seems the 0 in 0dddd is
> there when a dddd is a 3-digit number such as 123. 
> In that case a zero is prefixed to 123 to produce 
> 0123. Or if just 23, 2 zeros are prefixed, etc. 
> Correct?

Yes, the zero indicates that the string should be padded
with zeros to the length specified. The format string 
documentation gives all the details but while zero 
padding is fairly common the asterisk is less so, that's 
why I explained it but not the zero...I assumed it was 
the asterisk that was confusing you...

HTH,

Alan G.

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to