134

Built-In Functions
List-String Conversion Functions

  • Two functions provide a means to convert from lists to strings (and visa-versa)

  • These two functions are used more often than almost any other function

    • The split() function

    • The join() function