0
When typing in the console of the computer the statement python --version and pressing enter or python -V⊠Exam
a. The system immediately uninstalls any version of Python already installed. b. The system always returns an error message. c. The system runs the latest stable version of Python installed on the computer. d. The system reports the existence of the version of Python installed, if there is one.
2 Answers
0
From the argument: '--version': python --version shows the latest currently installed python version so is (d) kinda of
0
Thank you very much