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 #308
Any iterable can be unpacked, not only tuples.
a, b, c = [1, 2, 3]
print(b)
>>2
(stackabuse.com/unpacking-in-python-beyond-parallel-assign...)
Only tuples can be unpacked.
— The Python Quiz (@thepythonquiz) February 1, 2021
False
True
π Comment the answer, like and retweet! #python
Question difficulty: π΅π΅π΅π΅π΅