I am not able to find any command to check if my python is compiled for 32bit system or 64bit system.
I tried
python
an
First, open cmd and type in
$ python
Then, type in the following two lines
>>> import platform >>> platform.architecture()