Below is terminal from VISUAL and PYCHARM i would like the visual to look as simple and short as Paycharm
this is the terminal in visual studio :
Windows PowerShell
Copyright © Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
PS C:\Users\Ozz.llc\Desktop\PYTHON> & C:/Users/Ozz.llc/AppData/Local/Programs/Python/Python38/python.exe c:/Users/Ozz.llc/Desktop/PYTHON/random.py
hello there world
PS C:\Users\Ozz.llc\Desktop\PYTHON>
AND THIS IS PYCHARM:
C:\Users\Ozz.llc\PycharmProjects\first\venv\Scripts\python.exe C:/Users/Ozz.llc/PycharmProjects/first/app.py
hello world from Pycharm
Process finished with exit code 0
this is the terminal in visual studio :
Windows PowerShell
Copyright © Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
PS C:\Users\Ozz.llc\Desktop\PYTHON> & C:/Users/Ozz.llc/AppData/Local/Programs/Python/Python38/python.exe c:/Users/Ozz.llc/Desktop/PYTHON/random.py
hello there world
PS C:\Users\Ozz.llc\Desktop\PYTHON>
AND THIS IS PYCHARM:
C:\Users\Ozz.llc\PycharmProjects\first\venv\Scripts\python.exe C:/Users/Ozz.llc/PycharmProjects/first/app.py
hello world from Pycharm
Process finished with exit code 0