SyntaxFix
Write A Post
Hire A Developer
Questions
I would like to add my little contribution to this post:
def to_camelcase(str): return ' '.join([t.title() for t in str.split()])