This is the code
def countApplesAndOranges(s, t, a, b, apples, oranges): ap=[] oran=[] for i in range(len(apples)) : ap[i]=apples[i]+a