Source Code:
(back to article)
s = "123" s = "{:05d}".format(int(s)) print(s)
Result:
Report an issue