The parameter, here "name", acts like a variable that stores a value. It doesn't have a value inside just yet though.
"name"
def greet(name): print(f"Hello, {name}")