Skip to content

Commit a878e4b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6a424b3 commit a878e4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: maths/base_neg2_conversion.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import doctest
2+
3+
24
def decimal_to_negative_base_2(num: int) -> int:
35
"""
46
This function returns the number negative base 2

0 commit comments

Comments
 (0)