Creating a list: - Tom Kleen

Then write the following functions: print_list(a) Print. the list, one element per line. Nothing is returned. reverse(a) Return. a new list that has the elements of . a. reversed. Nothing is printed. ... Write a Python function that takes a list of words and . returns. the longest one. It does NOT print anything. This algorithm is identical to ... ................
................