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