How do I run python on windows?



How do I run python on windows?..

Answer / Vickey Saxena

On Windows, you can run Python by opening the command prompt (cmd) and typing 'python' (without quotes), followed by your Python script file name with extension .py.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Why are tuples immutable?

1 Answers  


Differentiate between django, pyramid, and flask?

1 Answers  


How to run a Python CGI script in Wamp?

1 Answers  


What is swapcase() function in the python?

1 Answers  


what is random module will do in python and what are the functions we can apply on random module

1 Answers  


How to terminate a python subprocess launched with shell=true?

1 Answers  


How you can convert a number to a string?

1 Answers  


What is print in python?

1 Answers  


Explain me what is flask-wtf and what are their features?

1 Answers  


Tell me what is pep 8?

1 Answers  


What are docstrings in python?

1 Answers  


Explain me what are the built-in types available in python?

1 Answers  


Categories