Computer Science, asked by amandeepsingh15, 7 months ago

Predict the output of python code

x,y=7,2

x,y,x=x+2,y+3,x+5

print(x,y)​

Answers

Answered by Anonymous
4

Answer: 14, 5

Explanation: x = 14, y = 5

Answered by animdi57
0

Answer:

17 and 5

Explanation:

Similar questions