Given a List<string>, which Select call produces the length of each string as an IEnumerable<int>?var words = new List<string> { "hi", "bye" };