python check if number is complex

Solutions on MaxInterview for python check if number is complex by the best coders in the world

showing results for - "python check if number is complex"
Alessandro
13 Nov 2016
1>>> isinstance(1j, complex)
2True