You included username_list[10] in your code, but username_list only contains five elements. What type of error is this?

Automate Cybersecurity Tasks with Python | Weekly challenge 4 Quiz | 

You included username_list[10] in your code, but username_list only contains five elements. What type of error is this?

  • Syntax error
  • Name error
  • Logic error
  • Exception

 

Leave a Comment