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
1 Answer
+ 2
Use a return statement instead of a print statement in your function definition. Also check the correct formula.