Write a Python program that will go through this array and print out each temperature and then at the end, print out the average temperature. Use a WHILE loop. Use the Python 'len' function to...


Write a Python program that will go through this array and print out each temperature and then at the<br>end, print out the average temperature. Use a WHILE loop. Use the Python 'len' function to determine<br>array size.<br>temperatures = [60, 65, 73, 54, 78, 75]<br>

Extracted text: Write a Python program that will go through this array and print out each temperature and then at the end, print out the average temperature. Use a WHILE loop. Use the Python 'len' function to determine array size. temperatures = [60, 65, 73, 54, 78, 75]

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here