2、python技巧

1、重复创建多个list:

for i in range(1,11):
    exec 'a%s = []' % i

你可能感兴趣的:(2、python技巧)