How do I find out the Python version in CMD?

Answers were Sorted based on User's Feedback



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

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

Answer / glibwaresoftsolutions

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

What does exit () do in python?

1 Answers  


Why isn't all the memory de-allocated when Python exits?

3 Answers  


What is list in python?

1 Answers  


List out loop breaking functions?

1 Answers  


Is there a double type in python?

1 Answers  


Why python is popular now?

1 Answers  


What is meshgrid in python?

1 Answers  


Tell me what is dict and list comprehensions are?

1 Answers  


How to get a list of class attributes in python?

1 Answers  


What is a python mixin?

1 Answers  


Differentiate between the append() and extend() methods of a list?

1 Answers  


What is frozen set in python 3?

1 Answers  


Categories