On Tue, Dec 28, 2010 at 10:05 AM, Brett Ritter <[email protected]>wrote:
> <snip> (though I have to constantly reteach myself not to
> use semicolons :) ). <snip>
Technically speaking, you *can* use semicolons in Python:
if 3 == int('3'):
print('Cool');
works the same sans semicolon.
-Wayne
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
