how to turn every element in a python list a string code example Example: convert every element in list to string python [str(i) for i in mylst]