how to get values of dictionary into list in python code example Example: python get dict values as list food_list=list(data.values()) print(food_list)