0

I am trying to combine list and strings to list such as

[['hello', 'stack', 'over'], 'flow', 'i', 'have', [], 'question']

to

['hello', 'stack', 'over', 'flow', 'i', 'have', 'question']

How to do this?

Talha Anwar
  • 1,853
  • 2
  • 14
  • 36

0 Answers0