Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need help asap!!! using Python DLE Program #2 - Lists of temperatures (Due:8 Feb 23) Nrite a program that manipulates two lists of temperatures for

Need help asap!!! using Python image text in transcribed
DLE Program \#2 - Lists of temperatures (Due:8 Feb 23) Nrite a program that manipulates two lists of temperatures for the current week in Nebster, Texas. The list low_daily_temperatures will hold the low temperature of ach day and the list high_daily_temperatures will hold the high temperature of each lay. Use the following data to test your program: - Low Daily temperatures: 29, 30, 32, 39, 39, 40, 44 - High daily temperatures: 45,40,51,55,57,58,61 Perform the following operations on your lists: - Prompt the user to enter the low daily temperatures into your list low_daily_temperatures - Prompt the user to enter the low daily temperatures into your list high_daily_temperatures - Determine and print the minimum temperature in the week along with a descriptor - Determine and print the maximum temperature in the week along with a descriptor - Calculate and print the average of low temperatures and the average of high temperatures in the week along with a descriptor - Calculate and print the difference between the average low temperature and the average high temperature along with a descriptor - Pop from low_daily_temperatures the elements in positions 1,2, and 3 and print the elements in positions 1 and 2 of the remaining list - Remove from high_daily_temperatures the elements with values 40 and 55 and print the element in position 3 of the remaining list

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2017 Skopje Macedonia September 18 22 2017 Proceedings Part 3 Lnai 10536

Authors: Yasemin Altun ,Kamalika Das ,Taneli Mielikainen ,Donato Malerba ,Jerzy Stefanowski ,Jesse Read ,Marinka Zitnik ,Michelangelo Ceci ,Saso Dzeroski

1st Edition

3319712721, 978-3319712727

More Books

Students also viewed these Databases questions

Question

5. Identify three characteristics of the dialectical approach.

Answered: 1 week ago