Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)
Can anyone tell me how to check the Python version?

1 Answer

0 votes
by (108k points)

If you want to check the version of Python in Windows, then simply open the command prompt and write:

Python --version

This command will tell you which version you are having in your system.

If you want to check the version in macOS or Linux, then open the terminal and write the following command:

Python --version

If you are looking for an online course to learn Python, check out this Python Certification program by Intellipaat.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Jul 14, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
asked Jul 13, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
asked Jul 11, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
asked Jul 26, 2019 in Python by selena (1.6k points)

Browse Categories

...