<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>I’m always mad at Python.</div><div><br></div><div><br></div><div>—j</div><div><br></div><br><div style=""><div>On Feb 5, 2014, at 4:57 PM, Chris Fowler <<a href="mailto:cfowler@outpostsentinel.com">cfowler@outpostsentinel.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<div bgcolor="#FFFFFF" text="#000000">
<font size="-1">You guys want to get mad? Get mad at this:<br>
<b><font face="Courier New, Courier, monospace"><br>
<br>
#! /usr/bin/python<br>
<br>
import sys;<br>
<br>
def main(): #{<br>
print "Hello, World!";<br>
return 0;<br>
#}<br>
<br>
if __name__ == "__main__":<br>
sys.exit(main());</font></b><br>
<br>
Chris<br>
</font>
</div>
_______________________________________________<br>Ale mailing list<br><a href="mailto:Ale@ale.org">Ale@ale.org</a><br>http://mail.ale.org/mailman/listinfo/ale<br>See JOBS, ANNOUNCE and SCHOOLS lists at<br>http://mail.ale.org/mailman/listinfo<br></blockquote></div><br></body></html>