Syntax error in Input.py
reece-bennett opened this issue · 0 comments
reece-bennett commented
Traceback (most recent call last):
File "main.py", line 3, in <module>
from entities.Mario import Mario
File "C:\Users\reece\Coding\super-mario-python\entities\Mario.py", line 15, in <module>
from classes.Input import Input
File "C:\Users\reece\Coding\super-mario-python\classes\Input.py", line 61
return (event.type == pygame.KEYDOWN and event.key == pygame.K_ESCAPE) or
^
SyntaxError: invalid syntax