Computer Science, asked by rudrame8191894273, 1 year ago

What will be the output of following in python
X=10
X=X+10
X=X-5
print (X)
X,Y = X-2, 22
print (X,Y)

Answers

Answered by godsvilla
6

Answer:

I think 81 please mark me as brainlist

Answered by KushChampion
1
The output answer is 81.
Similar questions