Write a function in Python:
Given a list of words, indicate whetehr the list constitutes a "Word Ladder." A Word Ladder is a series of words where each succesding word changes by only one letter. You may assume that all words will be of the same length, but you may not assume the length of the list.