Computer Science, asked by bharat000, 3 months ago

What will be the output of following
code ?
r = 2.5+ 3.9j
print (r.real)
print (r.imag)​

Answers

Answered by tejask10h352020
1

Answer:

java?

Explanation:

error

error will be output

because 2.5 + 3.9j concat is not possible...

Similar questions