We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9d71b commit fa04321Copy full SHA for fa04321
my-submissions/e1295.py
@@ -0,0 +1,3 @@
1
+class Solution:
2
+ def findNumbers(self, nums: List[int]) -> int:
3
+ return len([None for x in nums if (len(str(x)) + 1) % 2])
0 commit comments