4-数字 2017-07-07 Python 复数( (complex)) - 复数由实数部分和虚数部分构成,可以用a + bj,或者**complex(a,b)**表示, 复数的实部a和虚部b都是浮点型 其中 123import mathprint(math.pi) //圆周率print(math.e)