My code:
print "Hello World!"
I even tried adding a semicolon behind, but everytime I save and run (as Python run) it says:
File "E:SoftwareEclipseWorkspacePython1srcmain.py", line 1 print "Hello World!";
SyntaxError: invalid syntax
I have no idea why.