The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #352
list1 = [5, 10, 15, 20, 25]
The statement print(list1[5]) will fail. list1 contains 5 elements but indexing starts with 0! (codecademy.com/forum_questions/50b9043a205619d28a0001a2)
Question difficulty: 🔵🔵🔵🔵🔵