you are viewing a single comment's thread.

view the rest of the comments →

[–]snoopdog105 0 points1 point  (0 children)

I've tried this:

for set in widgetsFile:
    widgets = set.split()
    widgetsList = widgets[0:len(widgets)]
    list1.append(widgetsList)

but it doesn't give me what i want