¿Por qué" no(Verdadero) en [Falso, Verdadero] " devuelve Falso?


Si hago esto:

>>> False in [False, True]
True

Que devuelve True. Simplemente porque False está en la lista.

Pero si lo hago:

>>> not(True) in [False, True]
False

Que devuelve False. Considerando que {[6] } es igual a False:

>>> not(True)
False

¿Por qué?


Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32

Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52