1.表示復數的語法是real + image j
2.實部和虛部都是浮點數
3.虛部的后綴可以是 “j” 或者 “J”
4.復數的 conjugate 方法可以返回該復數的共軛復數。
詳情:https://docs.python.org/2/library/stdtypes.html#numeric-types-int-float-long-complex
https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-complex