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 7cbf23e commit f7deaa6Copy full SHA for f7deaa6
boolean_algebra/half_adder.py
@@ -50,4 +50,4 @@ def half_adder(input_a: int, input_b: int) -> tuple[int, int]:
50
if __name__ == "__main__":
51
import doctest
52
53
- doctest.testmod()
+ doctest.testmod()
0 commit comments