Today we are going observe how we can swap two numbers using python
First we will follow the old model of swapping two numbers using third variable .
Next we will see how we can swap with out third variable . Advantage of python we have in variable declarations .
