mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
mention return type
This commit is contained in:
parent
8277f5b23f
commit
69991555fc
@ -1,4 +1,4 @@
|
||||
def octal_to_binary(octal_number):
|
||||
def octal_to_binary(octal_number: str) -> str:
|
||||
"""
|
||||
/**
|
||||
* Converts any Octal Number to a Binary Number
|
||||
|
Loading…
x
Reference in New Issue
Block a user