RosettaCodeData/Task/Associative-array-Creation/11l/associative-array-creation.11l

3 lines
70 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
V dict = [key1 = 1, key2 = 2]
V value2 = dict[key2]