创建带有“e”的科学数字以表示 10 的幂创建带有“e”的科学数字以表示 10 的幂x = 27e4y = 15E2z = -49.8e100 print(type(x))print(type(y))print(type(z))