PyQuizMaster
Quiz Days
Quizzes
Leaderboard
About
Courses
Python Quiz: Advanced Data Structures
Question 1 of 20
What is the time complexity of accessing an element in a Python list by index?
O(1)
O(log n)
O(n)
O(n^2)
Score: 0 / 20