Question: Please help with code not giving a return. Thanks! Temp = (input ( 'Enter temperature, scale, and scale to be converted: temp conversion (temp, current
Please help with code not giving a return. Thanks!

Temp = (input ( 'Enter temperature, scale, and scale to be converted: temp conversion (temp, current unit, to be converted) : def if to be converted current unit "F" and new temp = round (9 / temp + 32, 3) print ("The converted temperature in Fahrenheit scale is elif to be converted current unit "C" and new temp = round (5/9* (temp 32), 3) print ( "The converted temperature in Celsius scale is " + str (new temp) str (new temp) + " " degrees" degrees") elif to be converted current unit "K" and new temp = round (temp + 273.15, 3) print ("The converted temperature in Kelvin scale is " + str (new temp)+" degrees") elif to be converted current unit "C" and "K": new temp = round (temp 273.15, 3) print ( " The converted temperature in Celsius scale is " + str (new temp) + " degrees") elif to be converted current unit "F" and new temp = round (9/5* (temp 273.15) + 32, 3) print ("The converted temperature in Fahrenheit scale new temp = round(S / (temp 32) + 273.15, 3) print ( "The converted temperature in Kelvin scale is + str (new temp) + " degrees" " degrees") str (new temp) +
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
