All Questions
2 questions
0
votes
1
answer
955
views
Does Python's split function splits by a newline or a whitespace by default
I am learning Python. In particular, i read about the python string's split method and came to know that the default separator for split is a whitespace. So i understand how the following works:
text =...
1
vote
3
answers
483
views
split string and integer in specific length python
Good day Everybody, I have question, is there away to split the data into fixed length ?
suppose
data=...