Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please help in python Suppose you have been tasked to write a Python program that will accomplish the following tasks as related to the daily
please help in python
Suppose you have been tasked to write a Python program that will accomplish the following tasks as related to the daily gas prices for the past year (365 days): display the five (5) lowest gas prices for the year display the five (5) highest gas prices for the year allow the user to search for a specific gas price in the list; you should display a message for whether or not you found the gas price in the list A file named gas.txt contains data for gas prices of the past 365 days. Each line of the file contains a gas price for a particular day. For instance an excerpt from the file may look like this: 2.48 2.46 no. 2.34 Other solution requirements: You must use appropriate data types to represent the data field You must use lists and splicing You must use the binary recursive search algorithm You may use the merge sort algorithm for sortingStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started