Integers with leading zeroes

Skybuck Flying skybuck2000 at hotmail.com
Sun Jul 19 04:19:18 EDT 2015


Don't be noob ? ;)

Always remove leading zeroes ?

One case that comes to mind is ASCII art like code... where programmer may 
want to align numbers for clearity:

0014324
0234545
0000345
0534543

^ That could be a problem but possibly solveable with spaces instead:

  14324
234545
    345
534543

^ Looks less good though in non-fixed-sized font.

Bye,
  Skybuck.




More information about the Python-list mailing list