IF STATEMENTS

Terry Reedy tjreedy at home.com
Wed Oct 17 14:31:11 EDT 2001


"Charles" <charles at a3a.com.br> wrote in message
news:mailman.1003338557.21566.python-list at python.org...
> Hi !
>
> Anyone know how i can create
> a IF AND statements in python ?
>
> ex:
>
> IF vars == 1 AND vars2 == 2:
>  .....
>
> in the tutorial papers only have
> a refers to ELIF.

Do not capitalize the keywords.

Terry J. Reedy






More information about the Python-list mailing list