What will be the output of following
code ?
r = 2.5+ 3.9j
print (r.real)
print (r.imag)
Answers
Answered by
1
Answer:
java?
Explanation:
error
error will be output
because 2.5 + 3.9j concat is not possible...
Similar questions