Lists in Python - Activity#1
Help
____________________ method can be used to add an element at a specified index/location in a list.
insert( )
___________________ method adds a single element to the end of the list.
append( )
How do you get the length of the list grades? grades = [2.0, 3.0, 4.0]
len(grades)
Unlock this slideshow and over 4 million more with Baamboozle+
Try slideshows
Your experience on this site will be improved by allowing cookies.
Allow cookies