"Gabriel Genellina" <[EMAIL PROTECTED]> wrote:

> Note that most (if not all) Python keywords are lowercase.
> 
All keywords are lower case.

and       del       from      not       while    
as        elif      global    or        with     
assert    else      if        pass      yield    
break     except    import    print              
class     exec      in        raise              
continue  finally   is        return             
def       for       lambda    try

'None' is not entirely lowercase, and you cannot assign to it, but 
technically it isn't a keyword.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to