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 is the difference between runtime and compile time?
What is matplotlib for python?
Explain me what are the built-in types available in python?
What is string slicing in python?
What are attributes in python?
How do I quit python?
How many kinds of sequences are supported by python? What are they?
What is list when we have to use ?
What is GiL in python programming language?
What is super in python class?
What is the language from which Python has got its features or derived its features?
How do I run a python script?
explain the filter() function?
What are accessors, mutators, and @property?
Explain “with” statement in python?