mention return type

This commit is contained in:
Bama Charan Chhandogi 2023-08-11 17:31:43 +05:30 committed by GitHub
parent 8277f5b23f
commit 69991555fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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