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 #611
a = [1, 2, 3, 4, 5]
for a in a:
print(a)
In Python, loop indexes identifiers can have the same name as the iterable making up the list. (w3schools.com/python/python_for_loops.asp)
Question difficulty: 🔵🔵🔵🔵🔵