We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9a65c7 + a51f39a commit 2dcd836Copy full SHA for 2dcd836
bit_manipulation/hamming_code_generator.py
@@ -86,6 +86,7 @@ def hamming_15_11(number: str) -> str:
86
else:
87
return "Input must be an 11-bit binary string containing only '0's and '1's."
88
89
+
90
if __name__ == "__main__":
91
import doctest
92
0 commit comments