I have the following stored in the variable resultset
:
(['James Taylor'], ['Sarah Jarosz'], ['Crooked Still'])
I would like to rewrite this as a list, i.e. ['James Taylor', 'Sarah Jarosz', 'Crooked Still' ].
How would I go about this? Thanks in advance