tp08 Sets
tp08 Sets
João Rodrigues
• Sets
Sets
Data Types
Simple types
(bool, int, float, complex)
Sequences:
(list, tuple, str)
Sets: Mappings:
(set, frozenset) (dict)
bool, int,
Simple types No (scalar) --- No ---
float, complex
Key: Hashable
Dictionary dict Yes No (unorderable) Yes
Value: Any type