Question: HELP! Functions using API and python! Website : https://www.themoviedb.org/ API KEY: 8bb45882c0894d8c1ad25a8dcc157c09 Function name: get_upcoming Parameters: None Returns: the next 10 upcoming movies titles (list
HELP! Functions using API and python!
Website : https://www.themoviedb.org/
API KEY: 8bb45882c0894d8c1ad25a8dcc157c09




Function name: get_upcoming Parameters: None Returns: the next 10 upcoming movies titles (list of strings) Description: Write a function that uses an API call and returns a list of the next ten upcoming movie titles (strings) that come first alphabetically. Only consider the upcoming movies that are listed on page 1. olphabeical nly Hint: First, find the movie titles from page 1 and add them to a list. Sort this list. Thern take the first ten movies titles from this list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
