Alex Martelli wrote: (snip) > Here's a tiny script showing some similarities and differences: > > def f() > i = 0 > while i < 1000000 > j = 923567 + i > i += 1 > end > end > > f() > > comment out the 'end' statements, and at colons
s/at/add/ > at the end of the def > and while statements, and this is also valid Python. -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list