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