0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

1. How to Check Python Version in Command Prompt

0
Posted at

Commands (Windows/Linux/Mac)

python3 --version

or

python3 -V

-V vs --version in Python Commands

-V = short option
--version = long, more readable option

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?