Asked by Rambo
To get the number of items in a list, we use the ___ function.
list()
len()
int()
size()
list()
len()
int()
size()
Answers
Answered by
Rambo
To add items to a list, you can use ___.
list.add()
list.put()
list.in()
list.append()
list.add()
list.put()
list.in()
list.append()
Answered by
Rambo
In Python, you generally use a list to hold ___ items.
zero
single
multiple
two
zero
single
multiple
two
Answered by
Rambo
A list is known as a ___ structure.
code
data
list
storage
code
data
list
storage
Answered by
Rambo
The ___ operator let's you test if an item is contained in a list.
list
==
in
=
list
==
in
=
Answered by
Rambo
___ are special functions that allow you to manipulate a list through dot notation.
Functions
Data
Methods
Structures
Functions
Data
Methods
Structures