Python 3.x Quick Install & Start


Download

Install Now ใ€ On Windows ใ€‘

Python
Python
โ’‰ Install python-3.11.1-amd64.exe ( ่จ˜ๅพ—่ซ‹ๅ‹พ้ธ โœ… Add python.exe to PATH )
Python
โ’Š Finish Installation
Python
Python

3 Ways To Check The Python Version

Open your ” Terminal ” (@ Windows)

python -V โ†ฉ๏ธ
C:\>python -V
Python 3.11.1
python --version โ†ฉ๏ธ
C:\>python --version
Python 3.11.1
python โ†ฉ๏ธ
exit()
C:\>python
Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) 
[MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" 
for more information.
>>> exit()

Resource

Official Download โžก๏ธ https://www.python.org/downloads/