5. Predict the output : / sa 11 ip chapter 3, Uncategorized / By PythonCSIP CS IP x = 40 y = x + 1 x = 20, y+x print(x, y) # output (20, 81) 41