You are viewing a single comment's thread. Return to all comments →
def solve(s): return ' '.join(map(str.capitalize,s.split(' ')))
Capitalize!
You are viewing a single comment's thread. Return to all comments →