gpt4 book ai didi

python - 转换以零开头的数字

转载 作者:太空宇宙 更新时间:2023-11-04 06:49:09 25 4
gpt4 key购买 nike

谁能给我解释一下。

i = 700001
z = str(i % 100000)

z='1',但我想 z='00001'。我怎样才能得到它?

最佳答案

这样做:

z = '{:05}'.format(i % 100000)

关于python - 转换以零开头的数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8182012/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com