🌈 搜索
📅  最后修改于: 2022-03-11 14:45:07.125000             🧑  作者: Mango
func = lambda x,y,z: x*y*z print(func(1, 2, 3))#that will print 6