>> python main.py Enter number a : Enter number b : Before swapping a = 10 b = 200 After swapping a = 200 b = 10