Skip to content

Commit fc62d9e

Browse files
author
unknown
committed
Support ~
1 parent 57d7441 commit fc62d9e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

braillove-case-collector/converter.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ def main():
1717
elif inp[i] == "}":
1818
output_num += "59"
1919
output_braille += braille[59]
20+
elif inp[i] == "~":
21+
output_num += "24"
22+
output_braille += braille[24]
2023
elif inp[i] == "@":
2124
output_num += "8"
2225
output_braille += braille[8]

0 commit comments

Comments
 (0)