How to Split Strings in Python With the split Method
YOUR LINK HERE:
http://youtube.com/watch?v=-yzfxeMBe1s
You'll learn how to split strings in Python using the .split() method. • .split() has optional parameters that allow you to fine tune how strings are split. You’ll see how to use a bare call to .split() to cut out whitespace from a string and get a list of words. • You’ll also learn how to specify separators and also limit the number of splits in calls to split() using the maxsplit parameter. • Click here to learn more: https://realpython.com/courses/splitt...
#############################
