If we run add_one(2) it would return 3. Let's see how we can write the same with a lambda function. lambda arguments : body. lambda x:x ...
確定! 回上一頁