VSCODE not working properly

I’m learning Python and when I run a simple print(“Hello World”) rather than running the program, the terminal shows the below:
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell Installing PowerShell - PowerShell | Microsoft Docs

PS C:\Users\hesle>

How do I fix that?

Thanks.

What to do is install code runner as a vscode extension and click on the run buttonimage
or go to the terminal and do python ____.py! That should work.

Installing code runner extension worked! Thanks!