How-to articles, tricks, and solutions about ZERO-PADDING
How do I pad a string with zeroes?
You can use the zfill() method to pad a string with zeros on the left side.