20-Write a function listFirstChars() that takes a list of strings as parameter, returns a new list made of the first characters of the strings in the list. Example: If the parameter list contains...


-Python3-


20-Write a function listFirstChars() that takes a list of strings as parameter, returns a new list made of the first characters of the strings in the list.<br>Example: If the parameter list contains [

Extracted text: 20-Write a function listFirstChars() that takes a list of strings as parameter, returns a new list made of the first characters of the strings in the list. Example: If the parameter list contains ["give", "one", "old", "disk"], the function will return ["g", "o", "o", "d"].

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here