Python Forum
NameError: name 'self' is not defined
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NameError: name 'self' is not defined
#11
But i need to add two number: one number is 345 in linkedlist L1 and 678 the other number in L2 linkedlist. And the output in the result will be
345+678=1023 So 1023 will be memorize in the linked list created in the class Solution.
Walter
Reply


Messages In This Thread
NameError: name 'self' is not defined - by walter - May-18-2022, 02:31 PM
RE: NameError: name 'self' is not defined - by walter - May-19-2022, 09:54 PM

Forum Jump:

User Panel Messages

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