+ 1

How can I use vs code to type and run python programs

29th Aug 2019, 6:55 PM
Luqman
2 RĂ©ponses
+ 2
Install the python plugin in vs code, but you also need to install the actual python interpreter from https://www.python.org/downloads/ When you do that, open a terminal window in vs code, in the folder where you saved your program, and run it by typing py yourfile.py
29th Aug 2019, 7:14 PM
Tibor Santa
Tibor Santa - avatar