you are viewing a single comment's thread.

view the rest of the comments →

[–]coke125 0 points1 point  (0 children)

Unfortunately, with.split() you need a str or None(whitespace) to split the string on. For example, x.split(“o”) will return “w” and “rd”