Discuss / Python / 作业

作业

Topic source
def normalize(name):
    return name.capitalize()

capitalize()函数会把str首写字母大写其余小写


  • 1

Reply