Question: WRITE THE PYTHON CODE. AND DRAW THE FLOWCHART(Handwritten). Using random module, generate list of 30 temperatures (in Celsius) (Min: 18, Max: 34 ) and print
WRITE THE PYTHON CODE. AND DRAW THE FLOWCHART(Handwritten).
Using random module, generate list of 30 temperatures (in Celsius) (Min: 18, Max: 34 ) and print the list. Convert the same list into Temperature in Fahrenheit using map function. Find the average temperature in Celsius list and Fahrenheit list using reduce function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
