Logique test

Salut

Pourriez vous me donner le résultat de cela svp?

False or not True and True

Je prend ma console ipython3 et je trouve

In [1]: False or not True and True
Out[1]: False

edit: Je pense que ca marche comme cà:

    In [2]:  ((False or (not True)) and True)
    Out[2]: False

ok merci

Grrr pour bien comprendre je suis obligé de lire python for kids…

python
>>> Python = cool = True
>>> it = True
>>> Python is cool
True
>>> it is cool
True
>>> it is cool is not it
False

Faudrait savoir!


F. Petitjean

Moi, lorsque je n’ai rien à dire, je veux qu’on le sache. (R. Devos)

« L’amour, c’est comme les spaghettis, quand c’est mou, c’est cuit. »
Proverbe belge