第13031题 单选
下列定义计算圆周长的Python匿名函数中,正确的是?
A

lambda r : 2r*3.14

B

lambda r,3,142r

C

rst = lambda r,3.14r2

D

rst = lambda r : 3.142r