Swap two variables in one line November 19, 2021 X = 77 Y = 708 X,Y =Y,X print("after swapping x value and y is- ",X,Y) Read more