Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
hash = dict() # 'dict' is the dictionary type.
|
||||
hash = dict(red="FF0000", green="00FF00", blue="0000FF")
|
||||
hash = { 'key1':1, 'key2':2, }
|
||||
value = hash[key]
|
||||
Loading…
Add table
Add a link
Reference in a new issue