Creating lists from a list of strings without list comprehension

后端 未结 0 1568
忘掉有多难
忘掉有多难 2020-12-29 07:00

I have a list m:

m = [\'Apple\', \'Lemon\', \'Orange\']

and I want output as follows:

[\'Apple\'], [\'Lemon\'], [\'Orange\']

相关标签:
回答
  • 消灭零回复
提交回复
热议问题