Which of the following choices is a valid header in a function definition?

Automate Cybersecurity Tasks with Python | Weekly challenge 2 Quiz | 

Which of the following choices is a valid header in a function definition?

  • def (remove_user(username))
  • def remove_user(username):
  • remove_user(username):
  • def remove_user(username)

Leave a Comment