We'll make a new list to hold both of the rating values. Code amounts = [] to create an empty list.
amounts = []
Make sure to type amounts = [].