vscode在终端运行python文件时无法打开python.exe

PS C:\Users\35003> & d:/programming_language/python/python.exe c:/Users/35003/Desktop/print('12345').py
D:\programming_language\python\python.exe: can't open file 'c:\Users\35003\Desktop\print': [Errno
2] No such file or directory

在vscode终端里运行python文件老是显示这个,说我打不开python.exe

路径用双引号括起来

python路径.exe "c:/Users/35003/Desktop/print('12345').py"