§
§ä´M¦Û¤vªº¤@¤ù¤Ñ
if i want to create a list of list which size is 2**25
how should i do it?
i have try [ [] for x in xrange(2**25) ]
but it take too long to initial the list
is there any suggestion?
Thanks a lot!
how should i do it?
i have try [ [] for x in xrange(2**25) ]
but it take too long to initial the list
is there any suggestion?
Thanks a lot!