
Take and Return Argument
1. Let's make our function func
from the previous mission more useful. Let it take an argument arg
inside brackets. If you have any trouble, see the hints below the description.
2. Return the argument value without any changes using keyword return
.