Swapping of two numbers

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 .

Swapping of two numbers in python

Leave a Comment

Your email address will not be published. Required fields are marked *