## report()


Generate a funding report for a grant.


Usage


``` python
report(grant_id)
```


## Parameters


`grant_id: str`  
The identifier of the grant.


## Returns


`str`  
A formatted funding report.


## Examples

``` python
>>> report("NSF-001")
```

'Grant NSF-001: active'
