mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
fa33d5cc63
commit
ee728eef00
@ -7,6 +7,8 @@ reference for better understand
|
||||
URL: https://en.wikipedia.org/wiki/Binary_number
|
||||
URL: https://en.wikipedia.org/wiki/Octal
|
||||
"""
|
||||
|
||||
|
||||
def octal_to_binary(octal_number: str) -> str:
|
||||
binary_number = ""
|
||||
octal_digits = "01234567"
|
||||
|
Loading…
x
Reference in New Issue
Block a user