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 #221
Here, a b c = 1000 2000 3000 will throw a SyntaxError as multiple assignment is only possible with comas. Also, 1,000,000 is a tuple, even if it is defined without parenthesis. (note.nkmk.me/en/python-multi-variables-values)
Question difficulty: 🔵🔵🔵🔵🔵