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
  • 2,699
  • 4
  • 23
  • 62

0 Answers0