0
/ 5.0
Write a method called listLength()
that takes in a list of strings and returns a list of their lengths as integers. You must create a new...
Score: 0 / 10.0
Workout for ITSC 2214 Data Structures and Algorithm course
Write a method called listLength()
that takes in a list of strings and returns a list of their lengths as integers. You must create a new...
Write a method called listUpper()
that takes in a list of strings, and returns a list of the same length containing the same strings but...