Skip to content

Commit 065f5b6

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conversions/char_to_ascii.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 char_to_ascii(char: str) -> int:
2122
"""
2223
Convert a single character to its ASCII integer value.

0 commit comments

Comments
 (0)