Super beginner to Python here. Here\'s my code so far:
def make_camel_case(word_string): word_list = word_string.split(’ ’) output = ’’ for word i