I'm getting this every time I try and write Hello, World in Python I get this. I'm using Pycharm 3
C:\Python33\python.exe C:/Users/Alex/PycharmProjects/Learning/Helloworld
File "C:/Users/Alex/PycharmProjects/Learning/Helloworld", line 1
print "Hello, World"
^
SyntaxError: invalid syntax
Process finished with exit code 1