To pass a value to a function, we first add a variable called a parameter inside the parentheses of the function. Here, we'll pass name.
name
def greet(name):