Computer Science, asked by prasannamayakuntla20, 3 months ago

What is split function in Python?​

Answers

Answered by yroli386
4

Explanation:

Definition and Usage. The split() method splits a string into a list. You can specify the separator, default separator is any whitespace. Note: When maxsplit is specified, the list will contain the specified number of elements plus one.

Answered by Aяχтιc
1

Answer:

The split() method splits a string into a list. You can specify the separator, default separator is any whitespace. Note: When maxsplit is specified, the list will contain the specified number of elements plus ...

Similar questions