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 #869
Lists can be nested. print([1, 2, 3, [1, 2]]) will output [1, 2, 3, [1, 2]] . No problems there! (askpython.com/python/list/python-list)
Question difficulty: 🔵🔵🔵🔵🔵