Creating a list: - Tom Kleen

If you want to add a single element to a list, before you can concatenate, you must make the element into a list: ... You can also iterate over the list elements the same way you could step through a string. >>> for i in list1: ... Write a Python function that takes a list of words and . returns. the length of the longest one. It does NOT print ... ................
................