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.
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.