from a disctionnary and take all the values and put them in a list code example Example: python get dict values as list food_list=list(data.values()) print(food_list)