How can I solve AttributeError?

前端 未结 0 1484
感情败类
感情败类 2020-12-13 07:47

was solving the problem on Leetcode "Add Two Numbers" and I got an AttributeError

class Solution:
def addTwoNumbers(self, l1, l2):
    l1.reverse()
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题