Python.exe: can't open file

PS C:\Users\DEC> & “C:/Program Files/Python312/python.exe” Untitled-1
C:\Program Files\Python312\python.exe: can’t open file ‘C:\Users\DEC\Untitled-1’: [Errno 2] No such file or directory
PS C:\Users\DEC>

Hello @dolonsaha491

This looks like the file that your python program is trying to run is not present in same location or there is some error there. It will help to debug better if you can share some code snippet wherein you are getting this error.

Create a Virtual Environment. Use vscode and python extension pack.
Let me know if you are stuck somehwere
image