We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0ae8f3 + b34076c commit d3649daCopy full SHA for d3649da
bit_manipulation/hamming_code_generator.py
@@ -90,7 +90,7 @@ def hamming_15_11(number: str) -> str:
90
91
elif len(number) != 11 or not is_bin:
92
return "Input must be an 11-bit binary string containing only '0's and '1's."
93
-
+
94
else:
95
return "Invalid input"
96
0 commit comments