## illuminate()


Illuminate a scene by adding light.


Usage


``` python
illuminate(scene)
```


## Parameters


`scene: str`  
The scene description to illuminate.


## Returns


`str`  
The illuminated scene description.


## Examples

``` python
>>> illuminate("dark room")
```

'bright dark room'
