The formula used to convert the Fehrenheit to degree Celcius is given as
F = 1.8C + 32
<h3>What is temperature?</h3>
The term used for the measurement of the degree of hotness or coldness of any object is called as temperature.
This represents the temperature of F degrees Fahrenheit converted to degrees Celsius.
Remember that in order to change temperature we need to use the following formula: from Fahrenheit to Celsius: first, subtract 32, then multiply by 100/180
To know more about temperature follow
brainly.com/question/24746268
#SPJ1
Answer:
Check the explanation
Explanation:
kindly check the well written code below to get the solution to your question.
import json
def json_filter(input_string):
jsonFormat = json.loads(input_string)
result = []
for obj in jsonFormat:
if obj["temperature"] > 38.46:
result.append(obj)
return json.dumps(result)
Answer:
i = 1
while i < 11:
print("The Indian High School")
i += 1