Python in Visual Studio tutorial step 2, write and run code ...
docs.microsoft.com › en-us › visualstudioFeb 14, 2022 · Run the code you've written to this point by pressing Ctrl+F5 or selecting Debug > Start without Debugging menu item. Visual Studio warns you if you still have errors in your code. When you run the program, a console window will display the results. It's similar to running a Python interpreter with PythonApplication1.py from the command line. Press any key to close the window and return to the Visual Studio editor.