Week 4: Lists and Keyboard commands Flashcards
1
Q
What do lists do in Python?
A
They collect associated data between square brackets for later reference. Items included can be numbers, strings, booleans, and even other lists. You can create lists, print selected items from them, or update them.