Answer :
Answer:
Using re.split ()
Explanation:
This is the most efficient and commonly used method to split on multiple characters at once. It makes use of regex (regular expressions) in order to this.
Answer:
Using re.split ()
Explanation:
This is the most efficient and commonly used method to split on multiple characters at once. It makes use of regex (regular expressions) in order to this.