Computer Science, asked by EAGUKARTHIK8341, 1 year ago

The split() function in Python programming language breaks the string on the basis of:

1. Blank Space

2.Comma

3. Any specified delimiter

 4.Hyphen

Answers

Answered by manasvini
0
1 blank space is the answer

EAGUKARTHIK8341: mostly i think it may be delimiters
Answered by tallaburidikalyani
0
2.comma ,line by line and each line is split into multiple substrings based on the identifier “,”.
Similar questions