The .count() Python list method searches a list for whatever search term it receives as an argument, then returns the number of matching entries found. The Python len() function can be used to ...