Skip to content

Commit 9aca4d3

Browse files
committed
Remove logical expression from Ch. 8.2 exercise realpython#2
1 parent 817d490 commit 9aca4d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ch08-conditional-logic/2-add-some-logic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@
1818
print((True and False) == (True and False))
1919
# not True and "A" == "B"
2020
print(not (True and "A" == "B"))
21-
# "B" and not "A" != "B"
22-
print(("B" and not "A") != "B")

0 commit comments

Comments
 (0)