numbers = [ int(x) for x in numbers ]
for i in range(0, len(test_list)): test_list[i] = int(test_list[i])