Discuss / Python / 第一题

第一题

Topic source

l=['adam', 'LISA', 'barT']

def name(x):

    a=str(x)

    r=a.title()

    return r


  • 1

Reply