We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d7441 commit fc62d9eCopy full SHA for fc62d9e
1 file changed
braillove-case-collector/converter.py
@@ -17,6 +17,9 @@ def main():
17
elif inp[i] == "}":
18
output_num += "59"
19
output_braille += braille[59]
20
+ elif inp[i] == "~":
21
+ output_num += "24"
22
+ output_braille += braille[24]
23
elif inp[i] == "@":
24
output_num += "8"
25
output_braille += braille[8]
0 commit comments