Write a Python code to inpt two numbers. Display the numbers after swapping them without using built-in function or a third variable.
Python Basic Write a Python code to inpt two numbers. Display the numbers after swapping them without using built-in function
Read more