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 can we make a executable file with python script?
How will you uit the python?
How to iterate through two lists in parallel?
What are python namespaces?
Explain how python does compile-time and run-time code checking?
Is using eval in python a bad practice?
What is use of list comprehension ?
How to save an image when you know the url?
What does while 1 mean in python?
How do you do data abstraction in python?
Explain the use of *args, **kwargs?
The following is displayed by a print function call?