'>' not supported between instances of 'list' and 'int'
hughdbrown opened this issue · 1 comments
hughdbrown commented
------------------------------ Count Numbers with Unique Digits/count.py
Traceback (most recent call last):
File "/Users/hughbrown/workspace/Solutions-To-Problems/LeetCode/Python Solutions/Count Numbers with Unique Digits/count.py", line 22, in
Solve = Sol.countNumbersWithUniqueDigits([5,2,6,1])
File "/Users/hughbrown/workspace/Solutions-To-Problems/LeetCode/Python Solutions/Count Numbers with Unique Digits/count.py", line 6, in countNumbersWithUniqueDigits
if n > 10:
TypeError: '>' not supported between instances of 'list' and 'int'
aurimas13 commented
Fixed it. Should work.