In the following function, what is the parameter?

def print_welcome(message):

print(message)

print()

Group of answer choices

print_welcome

print

message

def

message