Computer Science, asked by khushijapson, 9 months ago

= x, y = 7,2
x,y,X = X+1, 4+3 ,x+10
print (x, y)
What will be the output of the program?​

Answers

Answered by arifanadeem24
2

Answer:

input:

x, y = 7,2

x,y,x = x+1, 4+3 ,x+10

print (x, y)

output:

(17,7)

mark me as brainlist

Similar questions