dabeaz-course/practical-python

1.4 Strings -> More string methods "slist"

timcondit opened this issue · 1 comments

Do you want slist here? It's a little confusing.

s.join(slist) # Joins lists using s as delimiter

I changed the wording slightly, but will continue to include it here. The table is mainly meant to illustrate a number of common string methods. join() is used in the next section on lists.