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 |
How do you sort a dataframe in descending order?
Tell me what are different ways to create an empty numpy array in python?
How can you share variables across modules?
What does tuple mean?
What is pip command in python?
How do I convert a string to a number?
Is multiple inheritance possible in Python?
Tell me how are arguments passed by value or by reference?
What ais the replacements for switch statement in python?
What is the output of the below program?
What is the pythonpath variable?
What is the difference between while and for loop?