Capitalize!

  • + 0 comments
    def solve(s):
        return ' '.join(map(str.capitalize,s.split(' ')))