我想在python中检查int数据类型的大小:
import sys sys.getsizeof(int)
它出来是"436",这对我来说没有意义.无论如何,我想知道在我的机器上将占用多少字节(2,4,...?)int.
python
python ×1