What does the code username_list.append(“bmoreno”) method do?

Automate Cybersecurity Tasks with Python | Weekly challenge 3 Quiz | 

What does the code username_list.append(“bmoreno”) method do?

  • Returns all matches to the pattern “bmoreno” in the username_list list
  • Inserts “bmoreno” at the beginning of the username_list list
  • Adds “bmoreno” to the end of the username_list list
  • Updates all instances of “bmoreno” in the username_list list to uppercase letters

 

Leave a Comment