Programming Example
Python program to swap two variables - By using comma operator
We can use the comma operator. We do not need to use a third variable for swapping the values of two variables for this method.