3 lines
70 B
Text
3 lines
70 B
Text
|
|
V dict = [‘key1’ = 1, ‘key2’ = 2]
|
|||
|
|
V value2 = dict[‘key2’]
|