0
How to delete last node from singly linked list in python? [Solved]
https://code.sololearn.com/cAMyq35Tg01A/?ref=app Edit: just noticed that i was assigning none to a new variable n and i thought i was setting the address to None with the following code,lol ! while n.next: n=n.nexr n=None
3 Respostas