小方编写计算长方形面积的匿名函数, 下列哪一个语句是正确的? ( )
rst = lambda a, b : a * b
lambda a, b: a*b
lambda a, b, a*b
rst = lambda a, b, a*b