下面代码的输出结果是    >>>f=lambda x,y:y+x    >>>f(10,10)    A.10    B.20    C.10,10    D.100