怎么查看python是32位还是64位的
直接一条Python 指令就可以了
也可以使用以下命令:
>>> import platform >>> platform.architecture()Windows 7 下输出是:('64bit', 'WindowsPE')