> (Quiz: what is "a" equal to? ) > > Anyone knows? (for Python I mean...) > > André >
I believe it's indigenous behavior, not unique to CPython. Also: a, b = b, a is legal in Python (no need for a temp). Kirby _______________________________________________ Edu-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/edu-sig
