Skip to content

Conversation

@Default462
Copy link

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