以下是将 `lambda x, y : x + y` 转换成普通函数的写法: ```python def add_numbers(x, y): return x + y ``` [2024-10-18 14:59:35 | AI写代码神器 | 40点数解答]