Python sample question with answer 22

Question:
Assume that you’re on a Windows operating system. You type the following command into a command-line application like PowerShell:

PS> python --version
What happens if you don’t have Python installed?
  1. The PowerShell application shows you an error message with the URL of Python’s home page
  2. Nothing happens
  3. Your computer shuts down
  4. The Microsoft Store launches and shows the Python application page
Answer:
D - is the correct answer