Python : creating multiple lists

前端 未结 5 2177
渐次进展
渐次进展 2020-12-10 06:38

I\'m trying to create multiple lists like the following:

l1 = []  
l2 = []  
..  
ln = []  

Is there any way to do that?

5条回答
提交回复
热议问题