python3 lambda函数时间:2024-12-05 17:32:57A=lambda x:x+1 def A(x):return x+1 冒号左边→想要传递的参数冒号右边→想要得到的数(可能带表达式)