Answer Posted / 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 |
Post New Answer View All Answers
What happens when a function doesn’t have a return statement? Is this valid?
does recursion cause any trouble?
What is a sympy?
Is node better than python?
What is the use of pycharm?
What is python and python scripting?
How do you call functions in python?
What is the process to calculate percentiles with numpy?
What is pandas?
What is the difference between a shallow copy and deep copy?
How do you write if else in python?
How to get current directory using python?
Are functions objects in python?
Consider multiple inheritances here. Suppose class c inherits from classes a and b as class c(a,b). Classes a and b both have their own versions of method func(). If we call func() from an object of class c, which version gets invoked?
How to get the ascii value in python?