Answers

Question and Answer:

  Home  Python Developer

⟩ Tell me the use of the split function in Python?

The use of the split function in Python is that it breaks a string into shorter strings using the defined separator. It gives a list of all words present in the string.

 185 views

More Questions for you: