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
#12
But i need to add two number: one number i345 is in a linkedlist L1 and 678 the other number in another linked list L2. And also the output will be put in some nodes of another linked list. So the result of the sum wll be 1023 and i need to put 1023 in a different linked list of the class Solution.
Walter
Reply


Forum Jump:

User Panel Messages

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