+ 1
Please how can I run python code on visual studio code
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
+ 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
+ 1
thanks, i really appreaciate
0
But you can open the console in vs code using the right mouse(i think).
0
Use the right mouse button.
- 1
thank you Nomeh
please put me though how I can run it on a command line