def swap_numbers(a, b):
a = a + b
b = a - b
a = a - b
return a, b
a = int(input("Enter the first number: "))
b = int(input("Enter the second number: "))
a, b = swap_numbers(a, b)
print(f"After swapping: First number = {a} and Second number = {b}")
#source code --> clcoding.com

.png)

.png)


.png)
.png)
.png)
.png)
.png)
.png)



.png)
.png)

.png)






.png)
