Data structure - Python

Data structure (DSA) in Python is well supported by a lot of powerfull class like List,Stack,Queue,Set or Dictionary


Restart the quiz

Question:

a = ?

a = [[1] * 2] * 2
a[0][0]=2

 

Answers:




© 2017 QuizBucket.org