Capitalize!

  • + 0 comments
    def solve(s):
        return ' '.join([p.capitalize() for p in s.split(' ')])