Source Code:
(back to article)
s = "123" s = s.zfill(5) print(s)
Result:
Report an issue