A developer needs to check the version of the running Python package. Which command should the developer use?
A developer needs to check the version of the running Python package. Which command should the developer use?
- python3 -i
- python3 -q
- python3 --v
- python3 -V
Explanation: The command python3 starts Python, but adding the -V option displays the specific version being used.
Related exam: 1.3.4 Quiz - Python Review
About The Author
The ITExamAnswers Editorial Team is a dedicated group of certified IT professionals and network engineers. We rigorously review, verify, and update all exam materials to ensure you receive the most accurate and reliable resources for your certification journey.