notebook.community
Edit and run
In [3]: test = ['test', 'best', 'i'] 'best' and 'ib' in test
test = ['test', 'best', 'i'] 'best' and 'ib' in test
Out[3]: False
False
In [ ]: