You are viewing a single comment's thread. Return to all comments →
def solve(s): s = ' '.join(i.capitalize() for i in s.split(' ')) return s
Seems like cookies are disabled on this browser, please enable them to open this website
Capitalize!
You are viewing a single comment's thread. Return to all comments →
def solve(s): s = ' '.join(i.capitalize() for i in s.split(' ')) return s