2. Data Types and Data Structures¶
7 questions.
- 8. What is the difference between a Tuple and List in Python?
- 11. What is the difference between List and Dictionary data types in Python?
- 12. What are the different built-in data types available in Python?
- 27. What is the use of frozenset in Python?
- 29. What is None in Python?
- 33. How can we create a dictionary with ordered set of keys in Python?
- 50. If you have data with name of customers and their location, which data type will you use to store it in Python?