

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
1. |
What data type is the object below ?L = [1, 23, ‘hello’, 1](A) List(B) Dictionary(C) Tuple(D) Array |
Answer» | |
2. |
Which of these is not a core data type?(A) Lists(B) Dictionary(C) Tuples(D) Class |
Answer» | |