python3-built-in data types-mapping types

Source: Internet
Author: User

Types of mappings in Python3

1. There is currently only one standard mapping type-dictionary Dict

2. Dictionaries are mutable objects that store data in the form of key-value pairs

3. The key of the dictionary must be a value of immutable type (such as list, dictionary, etc.), and cannot be duplicated (repeated overrides)

4. The value of the dictionary is almost arbitrary and can be repeated

5. Although floating-point numbers can be used as keys, it is strongly not recommended (because the computer stores the approximate values of floating-point numbers), it is recommended to use a string as the key

python3-built-in data types-mapping types

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.