    def __init__(self): 
        self.head = None   #Start of list
        self.last = None   #End of list
        self.size = 0   #Size of list