Which terminal command can be used to print the Python version number installed on a system?

IT Exam Items RepositoryCategory: DevNetWhich terminal command can be used to print the Python version number installed on a system?

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.

Related exam: DevNet Associate – Practice Final Exam Answers