2

I'm using Microsoft Visual Studio Code with its Python support on Windows 7.

Now I can open an .py file and run it from menu Debug > Start Debugging. Is it possible to run it in command line?

athos
  • 5,771
  • 4
  • 47
  • 90

1 Answers1

2

python usually runs it in command prompt. Please let me if you need any more details or help

be_good_do_good
  • 3,883
  • 3
  • 27
  • 39