$boost some #python knowledge - swap the values of two variables without a temporary:
a = 1
b = 2
a, b = b, a
Can call it tuple packing :-) More to come... stay tuned
$boost some #python knowledge - swap the values of two variables without a temporary:
a = 1
b = 2
a, b = b, a
Can call it tuple packing :-) More to come... stay tuned
No replies yet.