To check the version of Python installed on your system using the command prompt (Windows) or terminal (macOS or Linux), you can use the following command:
python --version
Alternatively, you can also use the following command:
python -V
Both of these commands will display the version of Python installed on your system.
Comments
Post a Comment