Map: Get key-value pairs from map
Tasks: 1.Create a map 2.Print all the item in the map 3.Print all the keys and values
Bash | Perl | Python |
---|---|---|
|
|
|
Tasks: 1.Create a map 2.Print all the item in the map 3.Print all the keys and values
Bash | Perl | Python |
---|---|---|
|
|
|
Tasks: 1.Create a map 2.Print all the keys and values in the map
Bash | Perl | Python |
---|---|---|
|
|
|
Tasks: 1.Create a map 2.Lookup a key in the map
Bash | Perl | Python |
---|---|---|
|
|
|
Tasks: 1.Create a map 2.Iterate over the map
Bash | Perl | Python |
---|---|---|
|
|
|
Tasks: 1.Create a map 2.Remove the element with the key of 'me'
Bash | Perl | Python |
---|---|---|
|
|
|
Tasks: 1.Create a map 2.Clear the map
Bash | Perl | Python |
---|---|---|
|
|
|