Level 1
Level 3
4 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
A data structure allows one variable to store more than one piece of data. This allows you to group related data together.
What is a data structure?
In order
How do lists in python store data?
Data can be linked with a key.
How do dictionaries in python store data?
They allow data to be grouped together more naturally.
Why do data structures make coding a solution simpler?