Which of the following command displays the Python version from the terminal (Windows)? The > character stands for a command prompt. (select 2)

Questions & AnswersCategory: PythonWhich of the following command displays the Python version from the terminal (Windows)? The > character stands for a command prompt. (select 2)
Geek Boy Staff asked 2 years ago

Which of the following command displays the Python version from the terminal (Windows)? The > character stands for a command prompt. (Select Two)
a. > py –version
b. > python –version
c. > python -m pip –version
d. > py -m pip –version