Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: About linked lists
Post: RE: About linked lists

(Oct-17-2021, 02:49 PM)Gribouillis Wrote: remove() cannot work without an argument. You could call remove(17) for example, then imprimir() . thank you **biggrin**
ManoEl General Coding Help 2 1,637 Oct-17-2021, 03:21 PM
    Thread: About linked lists
Post: About linked lists

I'm learning Python and would like help to know how I can remove a node from a linked list from a value, currently my code looks like this: noRaiz = None def novoNo(valor): return { "valor":...
ManoEl General Coding Help 2 1,637 Oct-17-2021, 02:22 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020