eshots interview question

Swap two variables in one line in python

Interview Answer

Anonymous

27 Dec 2016

x,y = y, x

1