Python One Line -Schlüsselinkrement oder Hinzufügen
my_dict[key] = my_dict.get(key, 0) + 1
slgotting
my_dict[key] = my_dict.get(key, 0) + 1