) Find output of the following python code: (2)
x, x1 = 4, 7
y, y1 = x+7 , x1-7
x,y = y1 – x1, x + y
print(x, y) python
Answers
Answered by
3
Answer:
Explanation:
Similar questions