Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def solve(obj):
- return ",".join(list(filter(lambda x: len(list(filter(lambda z: z.isdigit() == False, x))) >= 1, list(filter(lambda x: x[0].isupper() == False, obj)))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement