Question:
Which terminal command can be used to print the Python version number installed on a system?
- python -h
- python -i
- python -V
- which python
Explanation: The command python -V can be used from a command or terminal window to view the Python version installed on the system.
Exam with this question: DevNet Associate – Practice Final Exam Answers
Please login or Register to submit your answer