Please how can I run python code on visual studio code | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Please how can I run python code on visual studio code

18th Apr 2018, 2:46 PM
Ibimilua Ayodeji Oluwatosin
Ibimilua Ayodeji Oluwatosin - avatar
6 Respostas
+ 2
You can't because VS code is just a text editor not a python IDLE. You can only run python scripts on an IDLE or the command line
18th Apr 2018, 2:48 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 2
if you have python installed, you can turn the terminal(Command Line) into a python IDLE by typing python in your terminal and hit enter. ...if you get a message like this: ā€¢python x.x.x type "help", "copyright" .... then you have succeeded in making your cmd a python IDLE
18th Apr 2018, 2:57 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 1
thanks, i really appreaciate
18th Apr 2018, 3:20 PM
Ibimilua Ayodeji Oluwatosin
Ibimilua Ayodeji Oluwatosin - avatar
0
But you can open the console in vs code using the right mouse(i think).
18th Apr 2018, 2:50 PM
Bebida Roja
Bebida Roja - avatar
0
Use the right mouse button.
18th Apr 2018, 2:51 PM
Bebida Roja
Bebida Roja - avatar
- 1
thank you Nomeh please put me though how I can run it on a command line
18th Apr 2018, 2:51 PM
Ibimilua Ayodeji Oluwatosin
Ibimilua Ayodeji Oluwatosin - avatar