Which command allows you to check whether Python is installed from the command prompt?
Answer options
A
python --version
B
python install
C
python setup
D
py run
Correct answer: python --version
Explanation
python --version displays the installed Python version if Python is available in the command path.