我是编码新手并尝试使用代码运行器在 vscode 中运行 python 代码,但它不起作用,我认为问题是代码运行器运行 C:/c/-------- 这不是存在于我的目录中,但我不知道如何解决它。 我尝试运行时的终端屏幕截图
终端代码:
PS C:\Users\Kevin> python -u "/c/Users/Kevin/Desktop/Coding/Python/testing/hello.py"
C:\Python\Python39\python.exe: can't open file 'C:\c\Users\Kevin\Desktop\Coding\Python\testing\hello.py': [Errno 2] No such file or directory