Problem related to output when i run my code in VS code

sir,
whenever i run any code in VS code, I get this error attached below.

ERROR:
The term ‘C:/Users/…/AppData/Local/Programs/Python/Python312/python.exe e:/Python/firstprogram.py
& C:/Users/…/AppData/Local/Programs/Python/Python312/python.exe’ is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:3

  • & C:/Users/…/AppData/Local/Programs/Python/Python312/python.e …
  • + CategoryInfo          : ObjectNotFound: (C:/Users/Shirod...n312/python.exe:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException 
    
    

please help me with this issue. How do I fix this issue, I am a beginner.

Do you have Python312 installed?

In VScode, press ctrl-shift-P, then “Python: Select Interpreter”. Pick one of the interpreters from the list, and then run.