Python Wiki
Advertisement

Complex numbers are a special data-type that represents the classical complex numbers with it's real and imaginary parts.
Note that Python uses the notation of electronics to write something like

c1 = 5 + 2j
Advertisement