The .upper() method ensures case-insensitive matching of expected outputs. The f-string creates the exact comma-space format the auto-grader looks for.
temps = [32, 35, 28, 30, 40, 29] hot_temps_f = [(c * 9/5) + 32 for c in temps if c > 30] print(hot_temps_f) code avengers answers python 2 new