Python Basics: Lists and Tuples Quiz - Real Python
Briefly

Both lists and tuples are sequences in Python, containing objects in a specific order with distinct properties and methods for manipulation and interaction.
The quiz covers topics like list/tuple creation, indexing/slicing, iteration, mutability impact, and adding/removing items, offering 1 point for each right answer to a total score of 100%.
Read at Realpython
[
|
]