Python program to swap the given numbers
kw.py
Output
kodingwindow@kw:~$ python3 kw.py __________________________________________ Program to swap the two numbers __________________________________________ a = 1024 b = 2048 __________________________________________ After swapping... __________________________________________ a = 2048 b = 1024 __________________________________________
What Next?
Python program to print the runtime arguments
Python program for conversion of the number systems
Python program to demonstrate debugging of script
Advertisement