📜  python 计算整数位数 - TypeScript 代码示例

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

代码示例3
import math
digits = int(math.log10(n))+1