News

A Python string has a capitalize method and you could write a loop to apply it to each element in the list. However, map and a lambda can do it more concisely: ...