convert items of list to string code example Example: convert all items in list to string python mylist = [str(i) for i in mylist]