ReePrime China
Learn Python Programming Tutorial 27 | Python Dictionaries

此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。

Learn Python Programming Tutorial 27 | Python Dictionaries

31 次观看 04:03 mybringback

描述

Another useful data type built into Python is the dictionary. Dictionaries are sometimes found in other languages as "associative memories" or "associative arrays". Unlike sequences, which are indexed by a range of numbers, dictionaries are indexed by keys, which can be any immutable type; strings and numbers can always be keys.

For more tutorials check out http://www.mybringback.com