#zero-padding

[ follow ]
Python
fromMathspp
1 week 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 ]