python name fill with zeros code example Example: python fill zeros left >>> n = '4' >>> print(n.zfill(3)) 004