#zero-padding

[ follow ]
Python
fromMathspp
4 days ago

TIL 134 - = alignment in string formatting

The '=' alignment puts the sign left and digits right; a leading zero width uses '=' and pads the number with zeros.
[ Load more ]