+1
Máshol is így szokás.
➜ ~ python
Python 2.7.13 (default, Dec 18 2016, 07:03:39)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> "www" in "wwwroot"
True
>>> "www" in ["wwwroot"]
False
>>>