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
import platform platform.architecture()[0] #'32bit'