BY CHULIS FILLED LANDING ZERO

 avatar
unknown
python
4 years ago
107 B
3
Indexable

a_number=123
number_str = str(a_number)
zero_filled_number = number_str.zfill(5)
print(zero_filled_number)
Editor is loading...