Sequence Types -- str, unicode, list, tuple, buffer, xrange
There are six sequence types: strings, Unicode strings, lists, tuples, buffers, and xrange objects.
This table lists the sequence operations sorted in ascending priority (operations in the same box have the same priority). In the table, s and t are sequences of the same type; n, i and j are integers:
from here
コメント
コメントを投稿