The list of separators = [',', '?', '.', '!', ';']
Create your own split function in Python, using the name mySplit, which returns a list of words based on two parameters: an input string; and a list of separators such as ['flexibly defined by you: The punctuations and symbols are not considered as a part of a word'].
Write a function called 43q30 to test mySplit. When a3q30 is called, the input/output of your program will look like below:
Please input Paragraph: for apple for Doy; and for cat, for dog but for egg? grammar mistakes checking; list of Words from your input: for apple for boy 'and for "cat" for dog "but" for ege "Eramma mistakes checking.
Zero mark will be awarded if any built-in/external functions, other than the function append(), of list, are used in mySplit.