Drop links or images here to add them to the editor.

Write a function echo that returns the argument that was passed to it.

example

>> echo 5 
5
>> echo "ok"
"ok"