Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please help in python (Searching and Sorting) For this activity, you will do the following: 1. In a Notepad text file, create a list (one

please help in pythonimage text in transcribed

(Searching and Sorting) For this activity, you will do the following: 1. In a Notepad text file, create a list (one song per line) of the top 10 songs for one recording artist of your choice. This list should not be in alphabetical order. Name that text file songs.txt. 2. Write a menu-driven Python program that will allow the user to select the following options: Alphabetically order (and display) the songs from A-Z o Generate a random song (from the list of 10 songs) and display its title o Search for the exact title of a song Notes: . You should be using the binary search algorithm and the sorting algorithm of your choice for this program. Please include a print statement that displays the sorting algorithm you've used. . Whenever the user selects a menu choice, you should display the results of the menu operation on the screen

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

Concepts of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

7th edition

978-1111825911, 1111825912, 978-1133684374, 1133684378, 978-111182591

More Books

Students also viewed these Databases questions

Question

Outline key ideas in human resource accounting

Answered: 1 week ago

Question

What is a verb?

Answered: 1 week ago