"classes.py" class Word: def __init__(self,string): self.string = string self.len = len(self.string) self.firstLetter = string