Python3.7知其然知其所以然-第六章 字符串(13)


z = \"-6\".zfill(4)

print(z)

推荐阅读