Computer Science, asked by sakshisharma3160, 7 months ago

Predict the output of following code: x, y = 10, 15 x, y, x= x+1, y+3, x+10 print(x, y)

Answers

Answered by ullas456
3

Answer:

21 18

Explanation:

Similar questions