my_list = [0.30000000000000004, 0.5, 0.20000000000000001] my_formatted_list = [ '%.2f' % elem for elem in my_list ]