mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
refactor: Indent ... for visual purposes (#7744)
This commit is contained in:

committed by
GitHub

parent
e8915097c4
commit
9bba42eca8
@ -30,11 +30,11 @@ def bin_to_hexadecimal(binary_str: str) -> str:
|
||||
'-0x1d'
|
||||
>>> bin_to_hexadecimal('a')
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
...
|
||||
ValueError: Non-binary value was passed to the function
|
||||
>>> bin_to_hexadecimal('')
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
...
|
||||
ValueError: Empty string was passed to the function
|
||||
"""
|
||||
# Sanitising parameter
|
||||
|
Reference in New Issue
Block a user