ASML interview question

Which of the following items are Python Standart Library data structures

Interview Answers

Anonymous

11 Jun 2024

Lists Dicts Sets Strings these were the valid answers.

1

Anonymous

12 Aug 2024

All these are part of Python's core data types and are available without needing to import additional modules.