def add(a,b): print("Sum of ", a ,"and ", b, "is" ,a+b) a=10 b=20 add(b=a,a=b)