1.

Write a python program to,Take two input and swap them.

Answer» a=input()b=input()a,b=b,a


Discussion

No Comment Found