+ 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
@sololearn Python
1 Votes
I've a HTML code question
0 Votes
Appointment Booking website
0 Votes
Newb
0 Votes
Activate account
0 Votes
Is this for use
0 Votes