I just downloaded python onto my mac and it's trying to tell me that the second quotation mark after I tell it to print something is a syntax error. For example:
print "I am sending an email"
And that second quote will be called a syntax error. But also, if you don't put the quote it doesn't work either. What's up with that?