安装说明在压缩包里面功能介绍--------------------------------------------------------------------------------------仿QQ空间仿Q-ZONE程序Q-Zone最终完美版_____________________________________________&l t;br>____________________________________________免费程序 - 测试帐号 test 密码 test
测试代码如下:
import timeit,time
from sys import getsizeof as Size
from collections import OrderedDict
import random
List_Test = list(range(5000))
print(The Size of List is : {}.format(Size(List_Test)))
Set_Test = set(range(5000))
print(The Size of Set is