打印自然常数:
# 导入 math 库import math# 打印自然常数的值print (math.e)
# 导入 math 库
import math
# 打印自然常数的值
print (math.e)
math.e 常量返回自然常数(欧拉数): 2.718281828459045.
math.e
float