Advertisement
J3st3rs_j0k3

lb3_inf_def_1

Dec 21st, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. def solve(obj):
  2.     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