Display the unsorted list and then sort it.
Make sure to pick print(cacao_percent), followed by cacao_percent.sort().
print(cacao_percent)
cacao_percent.sort()