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 is variable length argument in function?
How to clone or copy a list?
What is nose python?
Explain how you can access sessions in flask?
Why do you need to make your code more readable?
How does xrange work in python?
How can you create empty numpy array in python?
Is Python good for backend?
Differentiate between the append() and extend() methods of a list?
How to implement the decorator function, using dollar ()?
Describe how exceptions are handled in python.
How do you reverse the string in python?