Carpet

Carpet

2M Downloads

[Help] adding quotations to a list

Zempt77 opened this issue ยท 3 comments

commented

I need to add turn all the items in a list into strings.

commented

wdym in the list into strings, you mean map(list, str(_))?

commented

like if i had a list "list" and it consisted of the numbers 1, 2 and 3, i want to be able to convert them all into strings, '1', '2' and '3'

commented

I just tried map() and it worked. Sorry, still new to scarpet.