Intro to Python Programming
split() is a method in Python that divides a string into a list of substrings based on a specified delimiter. If no delimiter is provided, it defaults to splitting by whitespace.
congrats on reading the definition of split(). now let's actually learn it.