+ 1
def display(self):
while self.head:
print(self.head.data)
self.head = self.head.next
12th Mar 2022, 1:56 PM
Jayakrishna đźđł
Often have questions like this?
Learn more efficiently, for free:
Hot today
difference btw courses (python)
1 Votes
C++ Solid principles
3 Votes
C Programming roadmap
2 Votes
[off-topic]Where is Result??
1 Votes
Messages
1 Votes