Answer the question
In order to leave comments, you need to log in
Add item to list of lists?
There is a list of lists construct
l =
result = [items.insert(0, items[0].split('WW_')[1]) for items in l]
print(result)
[None, None, None]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question