Python sample question with answer 20

Question:
To check which version of Python is installed on your machine, open a command-line application like Windows PowerShell or macOS Terminal and type one of the following commands (select two):

  1. python --version
  2. python --help
  3. python --number
  4. python -V
  5. python --V
  6. python -N
Answer:
A, D - are the correct answers