import math # 导入数学工具包 y = math.log(100000000, 10)# 以10为底, 在x值等于一亿的情况下 print("以10为底, 求一亿的对数:", y)# 求出y的值为8