Category: code completion
Question:Convert a list of farenheits to celsius temperatures
Instructions:
Refresh the page or click solve again if you misplaced any block
def farehnhite_to_celcius(temp_farenhite):
=[(i *9/5)+32 for i in ]
return celsius
temp_farenhite=
celcius_conversions=farehnhite_to_celcius(temp_farenhite)
print( )
Output:
[32.0, 68.0, 87.8, 212.0]