下面语句的输出结果是: >>>f=lambda x,y:y+x >>>f(10,10)

下面语句的输出结果是: >>>f=lambda x,y:y+x >>>f(10,10)

A.10

B.20

C.10,10

D.100

正确答案是B