How to split and join a string in Python

Splitting a string in Python     Splitting a string refers to dividing the whole string in sub strings.We can split a string in python using split() method.Split() method is used to split a string into an array of substrings. The split() method takes a pattern and divides a string into an ordered list of … Read more

%d bloggers like this: