Okay so here is the deal. I'm very brand new to anything when it comes to programming. I decided to try python out. I'm attempting to do the very first project but I keep getting a syntax error. Here is my code:
1. print "Hello Monty Python!"
I get the "Invalid Syntax Error", then it highlights the word print.
I imagine that means there is something wrong with that command, but I'm not quite sure what.