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
1
Answer:
28,6 is the ANSWER above output
Similar questions