3. What .will be the output of following code ? / sa 11 cs chapter 7, sa 11 ip chapter 4, Uncategorized / By PythonCSIP CS IP p = 3j q = p + ( l + 1.5j) print (p) print (q) # Output 3j 1+4.5j