how to turn a list with elements as strings to elements as integers python code example Example: change list to int in python test_list = list(map(int,test_list))