Discuss / Python / 第一题

第一题

Topic source

RubyDxq

#1 Created at ... [Delete] [Delete and Lock User]

def fn(name): return name[0].upper()+name[1:].lower()

list(map(fn,['adam','LISA','barT']))


  • 1

Reply