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

the question:
the question: the current code: please help me fix my code to
the current code:
get it to work! I code in Python and if possible, please
paste the direct code (as simple as possible) fixing whatever isnt working.
please help me fix my code to get it to work! I code in Python and if possible, please paste the direct code (as simple as possible) fixing whatever isnt working. thank you

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!