Usefulness of the "not in" operator

candide candide at free.invalid
Sat Oct 8 10:41:11 EDT 2011


Le 08/10/2011 12:42, candide a écrit :


>  >>> not ('th' in "python")
> False
>  >>>



After browsing source code, I realize that parenthesis are not necessary 
("not" has higher precedence than "in").



More information about the Python-list mailing list