Mage <[EMAIL PROTECTED]> writes:

> - identing with tabs

Indenting with tabs is pretty much frowned upon in Python, as Guido
relates in PEP 8:

http://www.python.org/peps/pep-0008.html

I guess it doesn't matter much if you are the only person who will
ever touch your code, and you never, ever, accidentally mix spaces and
tabs...

Nick

-- 
# sigmask  (lambda deprecation version) 20041028 || feed this to a python
print ''.join([chr(ord(x)-1) for x in 'Ojdl!Wbshjti!=ojdlAwbshjti/psh?'])
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to