📜  在小于 10 的数字前面加零 python 代码示例

📅  最后修改于: 2022-03-11 14:45:17.489000             🧑  作者: Mango

代码示例1
print(f"{x:02}") # where x is the integer