So I have this python code that I\'m to run in my mac\'s terminal but when I try running it with python in the terminal it gives me a syntax error on line 27 like so:
Instead of ASCII single or double quotes you're using U+2018 and U+2019 here, hence the syntax error.
Wrong quotes here as well:
event.split(“,”)