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