Mes excuses pour ce titre anglais mais python n'est pas encore traduit
>>> iterable = range(10)
>>> it = iter(iterable)
>>>
>>> Python = map(bool, it)
>>> logic = True
>>> logic in Python is not it
True # je ne vous le fais pas dire, n'est-ce-pas ?
>>>
>>> There = True
>>> There is logic in Python
True # évidemment
>>>
>>> There is logic in Python is not it
True