Question: CHALLENGE 47.1: Function errors: Copying Using the celsius.to.kelvin function as a guide,create a new function, changing the name to kelvin.to.celsius, and modifying the function accordingly
CHALLENGE 47.1: Function errors: Copying Using the celsius.to.kelvin function as a guide,create a new function, changing the name to kelvin.to.celsius, and modifying the function accordingly 1 def celsius to kelvin(value celsius): 2 value.kelvin 0.e value, kelvin value.celstus+ 273.15 5 return value kelvin 5 re 7Your solution goes here 9 valuec-0.0 10 value-k " 0.0 12 valuec-18. 13 print(value c, C is', cetstus to kelvin(valuec), K 14 15 value k 283.15 16 print(value k, 'is', kelvin, to celsius(valuek), "C' Run Feedback
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
