python data structures
Data Structures (list, dict, tuples, sets, strings) There are quite a
few data structures available.
The builtins data structures are: lists,
tuples, dictionaries, strings, sets and frozensets. ... Sets are mutable
unordered sequence of unique elements whereas frozensets are immutable sets.
No comments:
Post a Comment