I having some problem with Python Hello World program. So, I follow the Python tutorial on the internet. I'm follow the tutorial to install the Python interpreter and created a python file named HelloWorld.py and it look like this:
print "Hello, World!"
But the Python interpreter show error when try to run it while the online compiler of the tutorial website didn't have any error! So, what wrong with my code?
Edit: Fixed.