python test.py File " ", line 1 python test.py ^ SyntaxError: invalid syntax 请
>>> while x<=200: ...="" if="" 0:="" sum="sum+x" x="x+1">>> print sum 10000 这个的执行时对的,但是单独用NOTEpad++,保存后总是提示语法错误。>>> python test.py File "
", line 1 python test.py ^ SyntaxError: invalid syntax 请问各位大神原因,谢谢