import math, os, gc, time
aa=['a1', 'b1', 'b3']

for i in aa:
[i]=list()

for i in aa:
print(i)
print(list(i))

이런 느낌으로 list 대량으로 만들고 싶은데 안돼네 ㅠㅠ
그냥 list포기하고 dict로 하면 쉬울려나