I have problem in this code;
\'return\' outside function (, line 4) 4
This code from book called Lea
in this function the return is not properly indented.
return
def break_words(stuff): """This function will break up words for us.""" words = stuff.split(' ') return words