Question: the question: the current code: please help me fix my code to get it to work! I code in Python and if possible, please paste


16. Write a function split(text, splitCharacters) that generalizes the splitintowords function so that it splits text at at the characters, or runs of any of the characters, in the string splitCharact For example, split ('the best of times', 'sei') should return the [th,b, 't of t,m]. import string def splitIntoWords(text, character)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
