Python strings are sequences of individual characters, that share their basic methods of access just like those other Python sequences – lists and tuples. extracting a single characters from strings and individual members from any sequence can only be done by unpacking them into corresponding variables