I was wondering how I could condense this code;
def chain_reaction(map, coord): explosion = map[coord[0]][coord[1]] map[coord[0]][coord[1]] = 0