Python sample question with answer 24

Question:
What’s the command to install Python using the package management system Homebrew on macOS?

  1. $ brew install python3
  2. $ brew python install
  3. $ python3 brew install
Answer:
A - is the correct answer