Re: Python is not stupid the man is it

2008-08-20 Thread eliben
On Aug 20, 9:22 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I see on this link "# Python is > Stupid"http://schlake.livejournal.com/809567.html > Code is > > #!/usr/bin/env python > for flour in range( 50, 1000 + 1, 5): # Python is Stupid >   print '%.2f %.2f %.2f' % ( (flour), (flour * 0

Python is not stupid the man is it

2008-08-20 Thread [EMAIL PROTECTED]
I see on this link "# Python is Stupid" http://schlake.livejournal.com/809567.html Code is #!/usr/bin/env python for flour in range( 50, 1000 + 1, 5): # Python is Stupid print '%.2f %.2f %.2f' % ( (flour), (flour * 0.6), (flour * 0.02) ) Output is corect :D -- http://mail.python.org/mailma