Computer Science, asked by Najmatabassumjnv22, 7 months ago

predict the output of the following code.
x=10
x=x+10
x=x-5
print(X)
X,Y=X-2,22
print (X,Y)​

Answers

Answered by abhi52329
5

Answer:

15

12,22

Explanation:

hope that helps

Answered by vishalkumaryadav7154
2

Answer:

x+10=x-5

x+x=-5-10

x^2=-5

Similar questions