The Movie List Program (100pts) (a) Introduction This program maintains a list of movies. The user can list all the movies, add a movie to the list, or delete a movie from the list. There will be a...

1 answer below »
Python programming homework. Use pycharm.


The Movie List Program (100pts) (a) Introduction This program maintains a list of movies. The user can list all the movies, add a movie to the list, or delete a movie from the list. There will be a main() method that calls 4 other functions to display the command menu, list the movies, add a movie, and delete a movie. (b) The Task Please use the following functions 25 pts - Command_Menu() 25 pts - Add_Movie() 25 pts - Delete_Movie() 25 pts - Display_Movies() (c) The Methods Command_Menu() This method takes in no parameters, returns nothing, and prints out the main menu for the program. Add_Movie() This method asks for the name of a movie and adds it to the list. Delete_Movie() This method asks which number item in a list to delete and then removes it. List_Movies() This method lists all the movies. main() main() (d) Other This program is due 4 / 8 by the end of the day (by midnight). Please submit your .py code as follows: yourname_Movie_List.py. Please submit it to blackboard.
Answered 3 days AfterApr 04, 2022

Answer To: The Movie List Program (100pts) (a) Introduction This program maintains a list of movies. The user...

Vaibhav answered on Apr 08 2022
89 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here