## learn()


Learn about a specific topic.


Usage


``` python
learn(topic)
```


## Parameters


`topic: str`  
The topic to learn about.


## Returns


`str`  
A summary of the learned topic.


## Examples

``` python
>>> learn("python")
```

'Learned: python'
