What kind of data structure in Python is represented in the example below? cves = [‘CVE-2022-0945’, ‘CVE-2023-1234’, ‘CVE-2022-0987’]

IT Questions BankCategory: Ethical HackerWhat kind of data structure in Python is represented in the example below? cves = [‘CVE-2022-0945’, ‘CVE-2023-1234’, ‘CVE-2022-0987’]

What kind of data structure in Python is represented in the example below?
cves = [‘CVE-2022-0945’, ‘CVE-2023-1234’, ‘CVE-2022-0987’]

  • List
  • Tree
  • Array
  • Dictionary

Explanation: A list is a data structure in programming languages that contains an ordered structure of elements. The example represents a list in Python.

Exam with this question: 10.3.3 Quiz - Tools and Code Analysis Answers

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x