A=lambda x:x+1


def A(x):
return x+1


冒号左边→想要传递的参数
冒号右边→想要得到的数(可能带表达式)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2021-10-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
相关资源
相似解决方案