4. What will be the output of following code ? / sa 11 cs chapter 7, sa 11 ip chapter 4, Uncategorized / By PythonCSIP CS IP r = 2.5 + 3.9j print(r.real) print(r.imag) # Output 2.5 3.9