India Languages, asked by sudhirkumar5293, 8 months ago

7. Write the output of the following code of statements. a=10
b=20
c=a
a=b
b=c
print(a)
print(b)

Answers

Answered by tanisksaxena2020
2

Answer:

20

10

I hope it's help you

Similar questions