Computer Science, asked by priyarajput362631, 7 months ago

name three types of seprators used in python​

Answers

Answered by gracy0402
1

Answer:

In Python, I'd like to split a string using a list of separators. The separators could be either commas or semicolons. Whitespace should be removed unless it is in the middle of non-whitespace, non-separator characters, in which case it should be preserved.

Similar questions