+ 1
def display(self): while self.head: print(self.head.data) self.head = self.head.next
12th Mar 2022, 1:56 PM
Jayakrishna 🇼🇳