was solving the problem on Leetcode "Add Two Numbers" and I got an AttributeError
class Solution: def addTwoNumbers(self, l1, l2): l1.reverse()