Pergunta de entrevista da empresa BairesDev

What are the common built-in data structures in Python and what is the syntax for each?

Resposta da entrevista

Sigiloso

18 de dez. de 2018

Lists (arrays), dictionaries, sets. Lists: Square brackets, indexing with integers. Dictionaries: Curly brackets indexing with strings or any hashable thing.

1