[Solved] TypeError: cannot concatenate ‘str’ and ‘list’ objects. how to convert list to string [closed]


str(tuple(str(fv["v"]).split(',')))

will probably give you what you want but if you give more information there is definitely a better way to write this.

What does fv['v'] consist of?

2

solved TypeError: cannot concatenate ‘str’ and ‘list’ objects. how to convert list to string [closed]