How to create a complex number in Python?
Answers
Answered by
0
The complex() method returns a complex number when real and imaginary parts are provided, or it converts a string to a complex number.
Similar questions