We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bc55c commit 8606171Copy full SHA for 8606171
maths/base_neg2_conversion.py
@@ -33,4 +33,4 @@ def decimal_to_negative_base_2(num: int) -> int:
33
34
if __name__ == "__main__":
35
import doctest
36
- doctest.testmod()
+ doctest.testmod()
0 commit comments