Discuss / Python / 作业

作业

Topic source

青人红衣

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

def dx(x): y=x[0].upper() z =x[1:len(x)].lower() return y+z print(list(map(dx,['admin','SaAj','aijL'])))


  • 1

Reply