Write a function that converts a list of Celsius temperatures to Fahrenheit. Formula: F = C × 9/5 + 32.
Input: temps = [0, 100, -40, 37] Output: [32.0, 212.0, -40.0, 98.6]
Unlock hints progressively — start gentle, go deeper only if needed.
Level 1: Gentle Nudge
A subtle direction
Level 2: Approach
The algorithm to use
Level 3: Detailed
Step-by-step guidance
to save progress and use AI features