CommonLounge Archive

Quiz: Python3 Lists, Sets and Practice Problems

July 04, 2018

This quiz will not only test your knowledge about Python3 lists, but it will also (a) teach you several additional list features, (b) give you practice reading Python documentation and (c) teach and test you on Python multidimensional lists and sets.

For some questions, you may have to refer to the official Python List Documentation. Feel free to try running any provided code snippets to help you answer the question.


© 2016-2022. All rights reserved.