En Thu, 08 Feb 2007 01:01:38 -0300, <[EMAIL PROTECTED]>  
escribió:

>   However, I cannot find, nor create by trial-and-error, the syntax for
> alternative conditions that are ORed; e.g.,
>
>       if cond1 OR if cond2:
>           do_something.
>
>   Please pass me a pointer so I can learn how to correctly write this.

See the Python tutorial:  
http://docs.python.org/tut/node7.html#SECTION007700000000000000000
Note that most (if not all) Python keywords are lowercase.

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to