This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which collection type is best for storing an ordered sequence of items?
Dictionary
List
String
How do you access the value associated with the key 'name' in a dictionary called user?
user
user('name')
user.name
user['name']
Which method adds a new item to the end of a list?
.add()
.append()
.insert()
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?