## echo()


Echo the input text.


Usage


``` python
echo(text)
```


## Parameters


`text: str`  
The text to echo.


## Returns


`str`  
The same text.
