python helloworld 求教
hellowordl.py文件内容
print "Hello, world!"
hellowordl.py文件位置C:\python26\hellowordl.py
调用方式 开始-运行-cmd-python-python helloworld.py
我觉得这样运行后应该在屏幕上出现Hello, world!,但是出现下面的字样
>>>python helloworld.py
File "<stdin>", line 1
python helloworld.py
^
SyntaxError:invalid syntax
帮帮我,第一天学python