• + 0 comments

    short and sweet

    def insert(self,head,data): 
    #Complete this method
    self.head = data
    print(data,'',end="")