Display the five-star ratings by accessing it from the amounts list with print(amounts[0]).
amounts
print(amounts[0])
Make sure to type print(amounts[0]).