1) [33 points] let us continue question1. but this time you are asked to write a program to count the frequency of each rating (1,2,3,4,5). please use a list counts list to store the counts. for example, count[0] stores the count of rating 0, count[1] stores the count of rating 1. ratings list