In Perl, you'd say:

($a, $b) = ($b, $a);

which must be even cleverer than Python