Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boolean_algebra/not_gate.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
A NOT Gate is a logic gate in boolean algebra which results to 0 (False) if the
input is high, and 1 (True) if the input is low.
Following is the truth table of a XOR Gate:
Following is the truth table of a NOT Gate:
------------------------------
| Input | Output |
------------------------------
Expand Down