Dict
Functions
key
Get the keys of a dictionary.
| Parameters | Type | Description |
|---|---|---|
| dict | dict | Dictionary to get keys from |
value
Get the values of a dictionary.
| Parameters | Type | Description |
|---|---|---|
| dict | dict | Dictionary to get values from |
keyGet the keys of a dictionary.
| Parameters | Type | Description |
|---|---|---|
| dict | dict | Dictionary to get keys from |
valueGet the values of a dictionary.
| Parameters | Type | Description |
|---|---|---|
| dict | dict | Dictionary to get values from |