Question: Write a program for use by professors at Austin Community College that allows them to read in student names. The program must be written in

Write a program for use by professors at Austin Community College that allows them to read in student names. The program must be written in accordance with the following specifications:

You must use function and pass the list in and out of the function.

The input must be interactive from the keyboard. You will take input for 12 students.

You will input the students name and insert/append each name in a list named students.

Sort the list in alphabetical order.

Sort the list again in reverse order.

Append the instructors name on the list.

Insert your own name at the beginning of the list.

Write the list to a file named names.txt

Display the contents of the file named :names.txt

Convert the list to a Tuple.

Use the IDLE programming environment.

Please save your file as firstname_lastname_Lab6b.py where you will replace firstname and lstname with your actual first name and lst name. Remember to use the extension .py.

.

Run and test your program for all conditions. Once you are sure it works you will turn in the items listed in the next section.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!