Python which data types are variable sequence, what type of data is immutable sequence?

Ordered sequences: a list of tuples, strings
unordered sequences: dictionaries, set

The variable sequences: the list, the dictionary, the set of
immutable sequences: a string, a tuple

Published 13 original articles · won praise 3 · Views 4228

Guess you like

Origin blog.csdn.net/qq_43320461/article/details/96868709