(简答题, 8分) g = lambda x, y=3, z=5: x*y*z,则语句 print(g(1)) 的输出结果为_

(简答题, 8分) g = lambda x, y=3, z=5: x*y*z,则语句 print(g(1)) 的输出结果为_______。

15