4 Kasım 2014 Salı 15:19:20 UTC+2 tarihinde Veek M yazdı: > Fatih Güven wrote: > > > 4 Kas?m 2014 Sal? 13:29:34 UTC+2 tarihinde Fatih Güven yazd?: > >> I want to generate a unique variable name for list using python. > >> > >> list1=... > >> list2=... > > for x in range(1,10): > exec("list%d = []" % x)
This is okay but i can't use the method ".append" for example list1.append("abc") -- https://mail.python.org/mailman/listinfo/python-list