python concise tutorial data structures (lists, tuples, dictionaries)

data structure

Data structure (Data Structures) substantially became apparent - they only a structure , it is possible some of the data is aggregated together. In other words, they are used to store a series of collection of related data.

There are four built-in Python data structures - list (List), tuples (Tuple), Dictionary (Dictionary) and collections (the Set) . We will learn how to use them, and use them to our programming of the road easier.

Guess you like

Origin www.cnblogs.com/qiqi-yhq/p/11714984.html