Practice ยท 3 of 4
Temperature Converter
Write celsius_to_f(c) returning the Fahrenheit equivalent (c * 9 / 5 + 32). Give it a docstring.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Function Drills
Practice ยท 3 of 4
Write celsius_to_f(c) returning the Fahrenheit equivalent (c * 9 / 5 + 32). Give it a docstring.
Difficulty: beginner
Back to lesson: Practice: Function Drills