SyntaxFix
Write A Post
Hire A Developer
Questions
def solve(s): for i in s[:].split(): s = s.replace(i, i.capitalize()) return s
This is the actual code for work. .title() will not work at '12name' case