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