Computer Science, asked by dpriyanshu2003, 6 months ago

What will be the output of the following snippet?
x,y=10,20
print(y,x)

  (a) 10 20
  (b) 20 10


  (c) Error
  (d) None of these​

Answers

Answered by sainip2008
2

Answer:

The answer is (b) 20,10

Similar questions