Question: python 101 help I don't know where It went wrong thanks import math def adjustTemperature(heat, height): FeetPerHeat = 1 / 500 adjustTemperature = heat -
python 101 help I don't know where It went wrong thanksimport math def adjustTemperature(heat, height): FeetPerHeat = 1 / 500 adjustTemperature = heat - FeetPerHeat * height return (heat - FeetPerHeat * height) def convertTemperature(heat): TemperatureInCelsius = (heat - 32) / (9 / 5) return ((heat - 32) / (9 / 5)) temperature = input ("Enter the recipe temperature fahrenheit") elevation =input ("Enter the elevation feet") print(" lower the recipe temperature of", temperature, "to", adjustTemperature(temperature, elevation), "at" , elevation + "feet")
Sea Level: import math def.adiustTemperature Cheat.height). Fahrenheit.meet FeetPer Heat = 1 / 500 adjustTemperature = heat FeetPerHeat * height return Cheat - FeetPerHeat * height) I def.convertTemperature Cheat): TemperatuneInCelsius = (heat - 32) / (9 / 5) return (Cheat-32).5.22 temperature = input ("Enter the recipe temperature fahrenheit"). elevation =input ("Enter the elevation feet") print("You need to lower the recipe temperature of", temperature, "to", adjustTemperature (temperature, elevation), "at" elevation + "feet"2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts

import math def adjustTemperature(heat, height): FeetPerHeat = 1 / 500 adjustTemperature = heat - FeetPerHeat * height return (heat - FeetPerHeat * height) def convertTemperature(heat): TemperatureInCelsius = (heat - 32) / (9 / 5) return ((heat - 32) / (9 / 5)) temperature = input ("Enter the recipe temperature fahrenheit") elevation =input ("Enter the elevation feet") print(" lower the recipe temperature of", temperature, "to", adjustTemperature(temperature, elevation), "at" , elevation + "feet")