how to convert all values of a list to one integer in python code example Example: change list to int in python test_list = list(map(int,test_list))