python_ref_string_zfill_1.py:
x
 
txt = "50"
x = txt.zfill(10)
print(x)