In [1]: import StringIO, cStringIO, io In [2]: from numpy import random In [3]: x = random.random(1000000) In [4]: %timeit y = cStringIO.
確定! 回上一頁