Kiran prakash ugale
Results
1
issues of
Kiran prakash ugale
Logical question practice ``` X=10 Y=20 X=x+y Y=x-y X=x-y print("after swapping: x=",x,"y=",y) ```