On Sat, 30 Aug 2003 00:28:24 -0500 Ron Johnson <[EMAIL PROTECTED]> wrote: > Python is written in C (no surprise there!), but what is surprising > to some is that so many C-isms are in Python. For example: > IF FOO == BAR: > PRINT 'YES'
Ah yes, but try to to do this fun one:
if foo = bar:
print 'yes'
--
Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
PGP Key: 8B6E99C5 | main connection to the switchboard of souls.
-------------------------------+---------------------------------------------
pgp00000.pgp
Description: PGP signature

