What does the code device_ids.append(“h32rb17”) do?

Automate Cybersecurity Tasks with Python | Weekly challenge 3 Quiz | 

What does the code device_ids.append(“h32rb17”) do?

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

 

Leave a Comment