1import sys
2sys.maxsize > 2**32
3# it should display True in case of 64bit and False in case of 32bit
1# Latest stable release
2windows = "https://www.python.org/ftp/python/3.9.4/python-3.9.4-amd64.exe"
3macOS = "https://www.python.org/ftp/python/3.9.4/python-3.9.4-macos11.pkg"
1Step 1: Download Python newest version from
2
3 https://www.python.org/downloads/
4
5Step 2:Install Python
6Step 3:Download Pycharm Community free version
7Step 4:Install and open Pycharm
8Step 5:Write print("Hello New World")
9 //Hurray you are about to start python
1latest python version can be found on this website: https://www.python.org/downloads/