converting 'str' class to single strings

Viewed 26

how can I convert an 'str' class value to individual string values?

I want to convert this ['workflow', 'tutorial', 'sars-cov-2'] -> workflow tutorial sars-cov2

to this. Thanks in advance.

0 Answers
Related