linux下如何查看python位数

来源:互联网 发布:快递员扫码发短信软件 编辑:程序博客网 时间:2024/06/08 14:10

系统:ubuntu17.04。

#  pythonPython 2.7.5 (default, Nov  6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux2Type "help", "copyright", "credits" or "license" for more information.>>> import platform>>> platform.architecture()

然后就出现了

('64bit', 'ELF')


原创粉丝点击