Discuss / Python / 第一题的简单写法,复习lambda

第一题的简单写法,复习lambda

Topic source
normalize = lambda n :n[0].upper() + n[1:].lower()

  • 1

Reply