0 votes
in Python by

Mention the use of the split function in Python?

1 Answer

0 votes
by

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.

Related questions

+1 vote
asked Feb 13, 2021 in Python by SakshiSharma
0 votes
asked Jan 1, 2021 in Python by SakshiSharma
...