Login
From:
learnbyexample
(Uncensored)
subscribe
Python tip 25: split and partition string methods
https://learnbyexample.github.io/tips/python-tip-25/
links
backlinks
Roast topics
Find topics
Find it!
The split() method splits a string based on the given substring and returns a list. By default, whitespace is used for splitting and empty elements are discarded.