• Post author:
  • Post category:Blog
  • Reading time:1 mins read
  • Post last modified:June 12, 2024

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 & Hint:

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

For more Questions and Answers:

Ethical Hacker – 10.3.3 Quiz – Tools and Code Analysis Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments