We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81a5bb commit 023e645Copy full SHA for 023e645
boolean_algebra/imply_gate.py
@@ -36,7 +36,7 @@ def imply_gate(input_1: int, input_2: int) -> int:
36
def recursive_imply_list(input_list: list[int]) -> int:
37
"""
38
Recursively calculates the implication of a list.
39
- Strictly The Implication is Applied Consecuteivly left to right:
+ Strictly the implication is applied consecutively left to right:
40
( (a -> b) -> c ) -> d ...
41
42
>>> recursive_imply_list([])
0 commit comments