Below is a Python example:

def greet(name):
    print(f"Hello, {name}!")