0
square brackets
why are we declaring the variable words with square brackets?
2 Réponses
+ 5
Bracket variants signify data types in Python.
Square are for lists
Curly are for dictionaries (or sets)
Round are for tuples
0
yes that is right cause square brackets are used in lists.