Computer Science, asked by yogirajmaliya8351, 5 months ago

Predict and write the output of the following code fragment: x,y=5,3
x,y,x=x+1,y+3,x+6
print(x,y)

Answers

Answered by keyboardavro
0

Answer:

execute it

Explanation:

Similar questions