Question: please help in python Problem Description/Requirement Specifications: For this activity, you (and a partner) will write a program that reads the contents of two files
please help in python 
Problem Description/Requirement Specifications: For this activity, you (and a partner) will write a program that reads the contents of two files - GirlNames.txt and BoyNames.txt - into two separate lists. (These files contain the most popular girl and boy names). The user should be able to enter a boy's name or a girl's name, and the application will display messages indicating whether the names were among the most popular. The program should perform a binary search through the names. You should use the code for two (2) different sorting algorithms to sort the lists. For instance, you might choose to sort the girl names with the bubble sort algorithm, and you might choose to sort the boy names with the selection sort. Note: The built-in "sort" function is not acceptable for this assignment. Problem Description/Requirement Specifications: For this activity, you (and a partner) will write a program that reads the contents of two files - GirlNames.txt and BoyNames.txt - into two separate lists. (These files contain the most popular girl and boy names). The user should be able to enter a boy's name or a girl's name, and the application will display messages indicating whether the names were among the most popular. The program should perform a binary search through the names. You should use the code for two (2) different sorting algorithms to sort the lists. For instance, you might choose to sort the girl names with the bubble sort algorithm, and you might choose to sort the boy names with the selection sort. Note: The built-in "sort" function is not acceptable for this assignment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
