In the following code, what is the argument?

Automate Cybersecurity Tasks with Python | Weekly challenge 2 Quiz | 

In the following code, what is the argument?

def welcome_user(name):
print("Welcome," name)
username="elarson"
welcome_user(username)
  • def
  • username
  • welcome_user
  • name

 

Leave a Comment