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/or_gate.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
An OR Gate is a logic gate in boolean algebra which results to 0 (False) if both the
inputs are 0, and 1 (True) otherwise.
Following is the truth table of an AND Gate:
Following is the truth table of an OR Gate:
------------------------------
| Input 1 | Input 2 | Output |
------------------------------
Expand Down