mình đang học bài 1 trong video dạy Python thì PowerShell nó hiện lên lỗi này
Set-Location : Cannot find path ‘.\ex1.py’ because it does not exist.
At line:1 char:3
- cd <<<< .\ex1.py
- CategoryInfo : ObjectNotFound: (.\ex1.py:String) [Set-Location]
, ItemNotFoundException - FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLo
cationCommand
nó không hiện ra Hello World
- CategoryInfo : ObjectNotFound: (.\ex1.py:String) [Set-Location]