Look up a value by key.
Usage
lookup(key)
key: str
The key to look up.
str
The value associated with the key.
>>> lookup("name") 'name'