Skip to content

Commit f10d25b

Browse files
authored
Update and_gate.py
addressing issue TheAlgorithms#8632
1 parent 630ec7a commit f10d25b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boolean_algebra/and_gate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def test_and_gate() -> None:
4444

4545
if __name__ == "__main__":
4646
test_and_gate()
47+
print(and_gate(1, 0))
4748
print(and_gate(0, 0))
4849
print(and_gate(0, 1))
4950
print(and_gate(1, 1))

0 commit comments

Comments
 (0)