9. What will be the output of following code ? / sa 11 cs chapter 7, sa 11 ip chapter 4, Uncategorized / By PythonCSIP CS IP x, y = 4, 8 z = x/y*y print(z) # Output 4.0