I have a list m:
m = [\'Apple\', \'Lemon\', \'Orange\']
and I want output as follows:
[\'Apple\'], [\'Lemon\'], [\'Orange\']