Question: python(please include comments in code) movies dataset is a JSON file Question 2. Use the movies dataset for questions 2-5 Write a function called MoviesByCategories
Question 2. Use the movies dataset for questions 2-5 Write a function called MoviesByCategories that returns an object of all the movies that belong to a list of categories. A movie only has to have one of the categories to be included. Example of categories is ['comedy','drama'). GetMovies ByCategories(movies,categories) . Arguments: movies - object, categories - 10 List Return: movies -object
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
