Discuss / Python / 好多函数不知道

好多函数不知道

Topic source

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


  • 1

Reply