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").
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to