Computer Science, asked by jeetanshruhela, 13 days ago

consider the two variables a and b. write a program in Python to assign value 2 to variable a. and value 3 to variable b. then interchange and display the values of a and b.
needs clear explanation faster very faster.
please help.​

Answers

Answered by jeon36491
8

Answer:

a=2

b=3

print("before swapping")

print("a=",a,"& b=",b)

print("after swapping")

print("a=",b,"& b=",a)

hope it helps you...☺

Answered by agirl0758
3

Answer:

In its most general sense, the term "world" refers to the totality of entities, to the whole of reality or to everything that is. The nature of the world has been conceptualized differently in different fields. Some conceptions see the world as unique while others talk of a "plurality of worlds".

Similar questions