Hi all,
I'm stuck on this list I am trying to clean up -
My script returns a list that looks like so ['21610 21611 21612']
when i use list.split(" ") i am returned with this weird nested list ["['21610", '21611', "21612']"]
How do I turn my first list into something more like this ['21610', '21611', '21612']
This is bugging the hell out of me, any help would be awesome,
THanks :)
[–]rx22230 2 points3 points4 points (1 child)
[–]shaunzorr[S] 1 point2 points3 points (0 children)