Skip to content

Commit 1b0171f

Browse files
committed
Merge branch 'enhancement' of https://github.com/msnikash/Python into enhancement
2 parents c87afa0 + 79610dd commit 1b0171f

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)