Skip to content

Commit 57d7441

Browse files
author
unknown
committed
Support }
1 parent 1e6bf8f commit 57d7441

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
@@ -14,6 +14,9 @@ def main():
1414
if inp[i] == "{":
1515
output_num += "42"
1616
output_braille += braille[42]
17+
elif inp[i] == "}":
18+
output_num += "59"
19+
output_braille += braille[59]
1720
elif inp[i] == "@":
1821
output_num += "8"
1922
output_braille += braille[8]

0 commit comments

Comments
 (0)