How do I find out the Python version in CMD?
Answers were Sorted based on User's Feedback
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 |
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 |
What does exit () do in python?
Why isn't all the memory de-allocated when Python exits?
What is list in python?
List out loop breaking functions?
Is there a double type in python?
Why python is popular now?
What is meshgrid in python?
Tell me what is dict and list comprehensions are?
How to get a list of class attributes in python?
What is a python mixin?
Differentiate between the append() and extend() methods of a list?
What is frozen set in python 3?