Generation

generate functionMon, 13 Mar 2023

ラムダ式を使用して、 2 つの整数を足し合わせる計算機プログラムを作成してください。

add = lambda a, b: a + b add(1, 2)

Want to kickstart your project?Use the new AI Studio to create your code