How do I remove the square parenthesis from each element from the list For example if I have list = [['a'],['b'],['c'],['d'] how can I get an output ['a','b','c','d']
Asked
Active
Viewed 76 times