Bids farewell to the user by name. Returns a goodbye message.

Description

Bids farewell to the user by name. Returns a goodbye message.

Usage

say_goodbye(name)

Arguments

Argument Description
name A string containing the name of the person to bid farewell.

Value

A character string with a goodbye message.

Examples

say_goodbye("Alice")
# "Goodbye, Alice!"