Oy! I'm getting an error right off the bat. I'm not entirely sure how to debug python so I figured I'd ask. Does this require to set up a venv at all? Here's my error:
Sams-MacBook-Pro:prisoners-dilemma mapsam$ python main.py
File "main.py", line 90
except AttributeError, NotImplementedError as detail:
^
SyntaxError: invalid syntax
Oy! I'm getting an error right off the bat. I'm not entirely sure how to debug python so I figured I'd ask. Does this require to set up a venv at all? Here's my error: