Add all the A tasks
This commit is contained in:
parent
2dd7375f96
commit
051504d65b
1608 changed files with 18584 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