運行notepad++的hello.py文件時為什么提示打不開
C:\LearnPython>python hello,py
python: can't open file 'hello,py': [Errno 2] No such file or directory
C:\LearnPython>python hello,py
python: can't open file 'hello,py': [Errno 2] No such file or directory
2016-06-06
舉報
2016-06-06
python hello.py 標點的問題吧
2016-06-06
檢查C:\LearnPython路徑下是否有hello.py這個文件