How to round all elements of a list of numbers in Python Use round() with list comprehension Use numpy.around() Use f-string syntax with list comprehension