Create a CSV movies.csv to hold movie records like Movies ID Movies name and Rating (out of 5 stars) using the list.
Create a CSV movies.csv to hold movies’ records like Movies ID, Movies name, and Rating (out of 5 stars) using the list. from csv import writer import csv def create():…