Discuss / Python / assignment-1

assignment-1

Topic source

黎晓缘梦

#1 Created at ... [Delete] [Delete and Lock User]
# -*- coding: utf-8 -*-
def normalize(name):
    return name.upper()[:][0] + name.lower()[:][1:]


  • 1

Reply