Creating a list: - Tom Kleen

Insert the value "cat" at position 3 (counting the way computers count, not the way people count). To do this, slice the list into two parts and then put it back together again. Do NOT replace the current item at position 3 (the number 4). ... longest_word(aList) Write a Python function that takes a list of words and . returns. the longest one ... ................
................