0基础,想学习Python,昨天下载了Anaconda 和Sumlime text (Unregestered),试着写一句,运行就找不到指定的文件了。不知道什么原因,有没有人会看到这个 指点下我呀?先谢了!
print('Hello world!')
print ('ABCXYZ')
[WinError 2] 系统找不到指定的文件。
[cmd: ['py', '-u', 'D:\Hello.py']]
[dir: D:]
[path: C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Users\qwetj\AppData\Local\Microsoft\WindowsApps;C:\Users\qwetj\anaconda3\py.exe;]
[Finished]