+ 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
I need help
1 Votes
a phone or a laptop
0 Votes
Java IDE for building a game.
0 Votes
Where is code bit
0 Votes
Certificates
0 Votes
Regarding platform
1 Votes



