6. Predict the output / sa 11 ip chapter 3, Uncategorized / By PythonCSIP CS IP x, y = 20, 60 y, x, y = x, y-10, x+10 print(x, y) # output 50 30