标签:
In [4]: import platform In [5]: platform.architecture() Out[5]: (‘32bit‘, ‘WindowsPE‘)
Python 32位 or 64位
原文地址:http://www.cnblogs.com/jachin/p/5462178.html