代码改变世界

python看是32位还是64

2017-08-01 16:50  hl_流星  阅读(199)  评论(0)    收藏  举报
方法1
import platform
print(platform.architecture())
方法2:
直接cmd下输入python就会出现