convert to string all the items in list python code example Example: convert every element in list to string python [str(i) for i in mylst]