Tell me the use of the split function in Python?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Python Developer Job Interview Questions And Answers