2.14

世梦發表於2024-10-27

f = lambda x, y, z: x * y * z
L = lambda x: [x2, x3, x**4]
print(f(3, 4, 5));
print(L(2))