In [4]: import platform
In [5]: platform.architecture()
Out[5]: ('32bit', 'WindowsPE')

 

相关文章: