Computer Science, asked by vidyaichchangi09, 7 months ago

Predict the output of following code

x, y = 7,2

x, y, x = x+1,y+4,x+20

print("x =", x,"y =",y)​

Answers

Answered by RuwaisnZaid
1

Answer:

28,6 is the ANSWER above output

Similar questions