<div class="gmail_quote">On Fri, Aug 24, 2012 at 12:43 PM, Willem Krayenhoff <span dir="ltr"><<a href="mailto:wbrucek@gmail.com" target="_blank">wbrucek@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>Any idea why print isn't working here?  </div><div><br></div><div>I tried restarting my Command prompt.  Also, print doesn't work inside a class.</div><div><br></div><div><img src="cid:ii_1395a26ed15d8899" alt="Inline image 2"><span class="HOEnZb"><font color="#888888"><br>

</font></span></div></blockquote><div><br></div><div>In Python 3, print was made into a function rather than a statement for various reasons (I'll leave it to the reader to find sources as to why). You just need to call it rather than use it as a statement.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><span class="HOEnZb"><font color="#888888">
</font></span></div><span class="HOEnZb"><font color="#888888">-- <br>Best Wishes,<br><br>     Bruce<br>     C: <a href="tel:604-441-5791" value="+16044415791" target="_blank">604-441-5791</a><br>     <a href="https://www.google.com/calendar/embed?src=ecuiatvm07anmj3ch314if3gns%40group.calendar.google.com&ctz=America/Vancouver" target="_blank">My Availability</a> <br>


<br>
</font></span><br>--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
<br></blockquote></div><br>