Latest vscode for Python : Powershell problems

When I run my Python code a lot of paths come like the whole cwd, full path of python.exe, full path of code file, etc and then finally the expected output. Also the Banner. I want the screen to look empty and after running it should display only the output. The terminal window gives this :

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\Users\getki\OneDrive\Documents\mosh> & ‘C:\Users\getki\AppData\Local\Programs\Python\Python39\python.exe’ ‘c:\Users\getki.vscode\extensions\ms-python.python-2021.4.765268190\pythonFiles\lib\python\debugpy\launcher’ ‘62088’ ‘–’ ‘c:\Users\getki\OneDrive\Documents\mosh\practice.py’
{1, 2, 3, 5}
{1, 2, 3, 5, 7, 8}
{2}
{1, 3, 5}
{1, 3, 5, 7, 8}
PS C:\Users\getki\OneDrive\Documents\mosh>