Every time I type "python -v" in cmd or another terminal result same
Asked
Active
Viewed 40 times
-3
-
type `python -V` capital "V" or `python -VV` for more verbose version output. – mwo Feb 21 '22 at 14:12
-
use `python --version` – Sadra Feb 21 '22 at 14:12
2 Answers
0
According to the --help
-v is verbose mode: It traces all inputs
-V returns version.

MLG Herobrine
- 78
- 9