# Dictionary Operators

Dictionary Operators create and manipulate dictionaries, a data structure with keys and values.

### Example Dictionary

```
{
  "First Name": "Thorben",
  "Last Name": "Croisé",
  "Age": 36
}
```
