+ 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
How create a new language ?
 1 Votes
Beginner question
 0 Votes
Remove
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes
Engineer Cloud
 0 Votes



