|
|
Criado por Troy Bowlin
mais de 9 anos atrás
|
|
| Questão | Responda |
| Data Structure | An organization of data for the purpose of making it easier to use. |
| Immutable Data Value | A data value which cannot be modified. Assignments to elements or sliced (sub-parts) of immutable values cause a run time error. |
| Mutable Data Value | A data value which can be modified. The types of all mutable values are compound types. Lists and dictionaries are mutable; string and tuples are not. |
| Tuple | An immutable data value that contains related elements. Tuples are used to group together related data, such as a person's name, their age, and their gender. |
| Tuple Assignment | An assignment to all of the elements in a tuple using a single assignment statement. Tuple assignment occurs simultaneously rather than in sequence, making it useful for swapping values. |
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.