nukguillory5574 nukguillory5574 13-10-2022 Computers and Technology contestada Write a generator function merge that takes in two infinite generators a and b that are in increasing order without duplicates and returns a generator that has all the elements of both generators, in increasing order, without duplicates.