mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
remove comment
This commit is contained in:
parent
8be37da62a
commit
3040f99707
@ -1,13 +1,4 @@
|
|||||||
def octal_to_binary(octal_number: str) -> str:
|
def octal_to_binary(octal_number: str) -> str:
|
||||||
"""
|
|
||||||
Convert an octal number to binary.
|
|
||||||
|
|
||||||
Args:
|
|
||||||
octal_number (str): The octal number as a string.
|
|
||||||
|
|
||||||
Returns:
|
|
||||||
str: The binary representation of the octal number.
|
|
||||||
"""
|
|
||||||
binary_number = ""
|
binary_number = ""
|
||||||
octal_digits = "01234567"
|
octal_digits = "01234567"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user