Computer Science, asked by shreyalsharma82, 7 months ago

) 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 Anonymous
3

Answer:

hi

Explanation:

the \: output \: is

 - 7 \:  \:  \: 11

hope \: it \: helps \: you...☺

Similar questions