Hi please help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hi please help

Help please now! This is question: You are making a Celsius to Fahrenheit converter. Write a function to take the Celsius value as an argument and return the corresponding Fahrenheit value. https://code.sololearn.com/cV37Ol9smv9w/?ref=app

6th Mar 2022, 10:00 PM
Dennis Nathan
Dennis Nathan - avatar
1 Answer
+ 2
Use a return statement instead of a print statement in your function definition. Also check the correct formula.
6th Mar 2022, 10:26 PM
Simon Sauter
Simon Sauter - avatar