I am a programming (and Python) novice. I am unable to run any python script in command prompt of my WinXP 64-bit laptop. I assigned the path and confirmed it by typing set
Another way of doing it inside the interpreter is by just importing the name of the module without the .py so for example, in your case:
>>>import hello
would return
Hello, World!