Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
Dictionary Declaration « Dictionary « Python
Python
Dictionary
Dictionary Declaration
1.
Dictionaries are indexed by keys, which can be any immutable type
2.
dict() constructor builds dictionaries directly from lists of key-value pairs
3.
Defining Dictionaries: shows an example of a dictionary definition.