Python3 数字Number Log10 方法 Python3 数字Number Log 方法 Python3 数字Number Max 方法 Python3 数字Number Log10 方法 #!/usr/bin/python3 import math # This will import math module print ("math.log10(100.12) : ", math.log10(100.12)) print ("math.log10(100.72) : ", math.log10(100.72)) print ("math.log10(119) : ", math.log10(119)) print ("math.log10(math.pi) : ", math.log10(math.pi)) Python3 数字Number Log 方法 Python3 数字Number Max 方法