convert to int each element in list code example Example: convert each element of list to int python test_list = list(map(int, test_list))