'IF' Syntax For Alternative Conditions

Duncan Booth duncan.booth at invalid.invalid
Thu Feb 8 02:58:33 EST 2007


"Gabriel Genellina" <gagsl-py at yahoo.com.ar> 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.



More information about the Python-list mailing list