mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 18:38:39 +00:00
mentioned return type
This commit is contained in:
parent
7ad4dd07a2
commit
7b0ac718b0
@ -1,4 +1,4 @@
|
||||
def octal_to_binary(octal_number):
|
||||
def octal_to_binary(octal_number: str) -> str:
|
||||
"""
|
||||
Convert an octal number to binary.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user