-3

Every time I type "python -v" in cmd or another terminal result same

here

2 Answers2

0

You must type the v option uppercase python -V or with --version

Peterrabbit
  • 2,166
  • 1
  • 3
  • 19
0

According to the --help
-v is verbose mode: It traces all inputs
-V returns version.