Keyword | Definition |
---|---|
AND | Logic operator where the output is only True if both inputs are True |
input | value that goes into a logic operator |
Logic operator | Way of combining True/False values logically (AND, OR or NOT) |
NOT | Logic operator where the output is the opposite of the input |
OR | Logic operator where the output is True if either or both inputs are True |
output | value that comes out as the result of a logic operator |