What are the common built-in data structures in Python and what is the syntax for each?
Sigiloso
Lists (arrays), dictionaries, sets. Lists: Square brackets, indexing with integers. Dictionaries: Curly brackets indexing with strings or any hashable thing.