так -
try:
a = items[item.name]
del a
except KeyError:
items[item.name] = 0
Но может есть другие варианты?
defaultdict(int), pop
Обсуждают сегодня