Call int() function on every list element? October 14, 2022 by Tarik This is what list comprehensions are for: numbers = [ int(x) for x in numbers ]