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
2
Answer:
20
10
I hope it's help you
Similar questions
Computer Science,
4 months ago
History,
8 months ago
Math,
8 months ago
Math,
11 months ago
Physics,
11 months ago
Political Science,
11 months ago