Generation

generate functionSat, 19 Nov 2022

calculate the temperature from fahrenheit and convert to Celsius

def convert_temp(temp_f): return (temp_f - 32) * 5/9

Want to kickstart your project?Use the new AI Studio to create your code