0

Python 2.6以降では、次のことができますsys.getsizeof

>>> import sys
>>> sys.getsizeof("abc")
40

Python 2.5でこれを行う方法はありますか?

4

1 に答える 1