<div class="gmail_quote">On Tue, Dec 28, 2010 at 10:05 AM, Brett Ritter <span dir="ltr">&lt;<a href="mailto:swiftone@swiftone.org">swiftone@swiftone.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">&lt;snip&gt; (though I have to constantly reteach myself not to</div>
use semicolons :) ). &lt;snip&gt;</blockquote><div><br></div><div>Technically speaking, you *can* use semicolons in Python:</div><div><br></div><div>if 3 == int(&#39;3&#39;):</div><div>   print(&#39;Cool&#39;);</div><div>

<br></div><div>works the same sans semicolon.</div><div><br></div><div>-Wayne</div></div>