Which of the following is NOT a main data container in Python?
A.
Lists
B.
Tuples
C.
LinkedList
D.
Dict
The Answer Is:
C
This question includes an explanation.
Explanation:
Python’s built-in data containers are widely used in data science and programming:
Lists (Option A): Ordered, mutable sequences.
Tuples (Option B): Ordered, immutable sequences.
Dict (Option D): Dictionaries, key-value data structures implemented using hash tables.
LinkedList (Option C): Python does not provide a native linked list as a built-in container. While linked lists can be implemented manually or through external libraries (e.g., collections.deque for efficient appends/pops), they are not part of Python’s main native containers.
Thus, the correct answer is Option C (LinkedList).
[Reference:, DASCA Data Scientist Knowledge Framework (DSKF) – Programming for Data Science: Python Data Structures., ]
SDS PDF/Engine
Printable Format
Value of Money
100% Pass Assurance
Verified Answers
Researched by Industry Experts
Based on Real Exams Scenarios
100% Real Questions
Get 60% Discount on All Products,
Use Coupon: "8w52ceb345"