linux下如何查看python位数

xiaoxiao2021-02-27  150

系统:ubuntu17.04。

# python Python 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import platform >>> platform.architecture() 然后就出现了

('64bit', 'ELF')

转载请注明原文地址: https://www.6miu.com/read-14562.html

最新回复(0)