7.15 Ch 8 Custom lab for SNHU Online - Program: Sortingmovies (Lists and Dictionaries) (Python 3)(1) Build a dictionary that contains the movie collectionbelow. Hint: Combine movie title and director into a list.(2) Prompt the user for a single year and output the movietitle(s) and director(s) from that year. Output N/A if the yearis invalid. (4 pts)