Discuss / Python / 第一题

第一题

Topic source

L2=list(map(lambda x:x.capitalize(), ['adam','LISA','barT'])) print(L2)


  • 1

Reply