KnowledgeBoat Logo

Computer Science

The complex numbers have two parts : real and imaginary. In which data type are real and imaginary parts represented ?

Python Data Handling

22 Likes

Answer

In Python, the real and imaginary parts of a complex number are represented as floating-point numbers.

Answered By

16 Likes


Related Questions