Computer Science, asked by sharmahars49, 8 months ago

Q5. What will be the output produced by the following code segments? 3

a. X=10 b. x,y=7,2

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

X=X-5 print(x,y)

print(X)

X,Y=X-2,22

print(X,Y)​

Answers

Answered by rjgamer31122008
0

Answer:

X=10 b. x,y=7,2

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

X=X-5 print(x,y)

print(X)

X,Y=X-2,22

print(X,Y)​

Explanation:

FIND THE ANSWER YOUR SELF

Similar questions