How i get the value from a dictionary if the key from all keys are the same?
I wanna from a dictionary all values but i have for each value the same key. It is possible that i can get the values in a separately empty list? dic = QuesModel.objects.values("ans").distinct() print(dic) # i get: """<QuerySet [{‘ans’: ‘antwort1’}, {‘ans’: ‘answer2’}, {‘ans’: ‘besitzt als Modelle elemente verschiedene Ereignistypen.’}, {‘ans’: ‘als Nachrichten und Datenobjekte e… Read More How i get the value from a dictionary if the key from all keys are the same?