Python One Line Key Increment o Agregar
my_dict[key] = my_dict.get(key, 0) + 1
slgotting
my_dict[key] = my_dict.get(key, 0) + 1