Display the ratings with the label "Consumer ratings:" on the first line, and the list ratings on the next.
"Consumer ratings:"
ratings
Make sure to pick print("Consumer ratings:") followed by print and then (, ratings, ).
print("Consumer ratings:")
print
(
)