To pass a value to a function, we put it in between the parentheses when we call the function.

Give it a go: pass "Jerry" to the greet() function.

Make sure to add ("Jerry") to the code.