How do I find out the Python version in CMD?



How do I find out the Python version in CMD?..

Answer / nashiinformaticssolutions

Press CMD + Space to see the Python version in CMD. This activates Spotlight. Type "terminal" into this box and hit Enter. Type python –version or python -V and press enter to run the program. The python version will be returned in the line following the command.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Is python pass by reference?

0 Answers  


What is private method in python?

0 Answers  


Explain what is namespace in python?

0 Answers  


Which compiler is best for python?

0 Answers  


What is a static method python?

0 Answers  






Explain me dogpile effect? How can you prevent this effect?

0 Answers  


Why does python use self?

0 Answers  


What is python __ init __ method?

1 Answers  


Explain about pickling and unpickling?

0 Answers  


Which package is the fastest form of python?

0 Answers  


What are the ways to write a function using call by reference?

1 Answers  


Is anaconda good for python?

0 Answers  


Categories