Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to take input complex number in python

complx = complex(input());
print(complx.real, complx.imag);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #input #complex #number #python
ADD COMMENT
Topic
Name
7+9 =