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 |
Explain me what is unittest in python?
What is python explain the advantages of using python?
What is GiL in python programming language?
What is a lambda form?
What are pytest fixtures?
Why isn't there a switch or case statement in python?
How do I create a variable number of variables?
What are literals in python?
Does python have class?
How will you convert an integer to a unicode character?
In python, how you can randomize the items of a list in place ?
What is repr() function in python?