Source Code:
(back to article)
number = 5 print("{:02d}".format(number))
Result:
Report an issue