There are at least these SyntaxErrors. ``` File "usr/lib/python3.9/site-packages/pyrepl/pygame_keymap.py", line 93 raise KeySpecError, \ ^ SyntaxError: invalid syntax File "usr/lib/python3.9/site-packages/pyrepl/keymaps.py", line 65 for c in map(chr, range(32, 127)) if c <> '\\'] + \ ^ SyntaxError: invalid syntax File "usr/lib/python3.9/site-packages/pyrepl/pygame_console.py", line 133 def refresh(self, screen, (cx, cy)): ^ SyntaxError: invalid syntax ```