Greets the user by name. Returns a greeting message.
Description
Greets the user by name. Returns a greeting message.
Usage
say_hello(name)Arguments
| Argument | Description |
|---|---|
name |
A string containing the name of the person to greet. |
Value
A character string with a greeting message.
Examples
say_hello("Alice")
# "Hello, Alice!"