[Tutor] Choice of Python
Wayne Werner
waynejwerner at gmail.com
Tue Dec 28 17:44:57 CET 2010
On Tue, Dec 28, 2010 at 10:05 AM, Brett Ritter <swiftone at swiftone.org>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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20101228/35a420e9/attachment.html>
More information about the Tutor
mailing list