Skip to content

Patch 1- for append function #1

Open
Default462 wants to merge 4 commits into
aadarshbabu:masterfrom
Default462:patch-1
Open

Patch 1- for append function #1
Default462 wants to merge 4 commits into
aadarshbabu:masterfrom
Default462:patch-1

Conversation

@Default462

Copy link
Copy Markdown

Input the lines below from line 41 in the original code and you will understand the error-> it will show error "'NoneType' object has no attribute 'next'"

ll = LinkedList()
ll.printList()
ll.append(5)
ll.printList()

logicheap and others added 4 commits July 19, 2020 23:24
Input the lines below from line 41 in the original code and you will understand the error-> it will show error "'NoneType' object has no attribute 'next'"

ll = LinkedList()
ll.printList()
ll.append(5)
ll.printList()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants