Skip to content

Commit 79610dd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d3096db commit 79610dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conversions/ascii_to_char.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
https://en.wikipedia.org/wiki/ASCII
1818
"""
1919

20+
2021
def ascii_to_char(ascii_value: int) -> str:
2122
"""
2223
Convert an ASCII integer (0-255) into its corresponding character.

0 commit comments

Comments
 (0)