Skip to content

Commit fa04321

Browse files
committed
Do daily
1 parent 5b9d71b commit fa04321

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

my-submissions/e1295.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)