We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817d490 commit 9aca4d3Copy full SHA for 9aca4d3
ch08-conditional-logic/2-add-some-logic.py
@@ -18,5 +18,3 @@
18
print((True and False) == (True and False))
19
# not True and "A" == "B"
20
print(not (True and "A" == "B"))
21
-# "B" and not "A" != "B"
22
-print(("B" and not "A") != "B")
0 commit comments