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