The quiz where the difficulty automagically adapts to the player's Python knowledge
a, b, *c = range(5) print(*c)
0 1 2 3 4
2 3 4
ValueError
0 1 2
Question difficulty: 🌶🌶🌶 🌶🌶