Advertisement
maxim_shlyahtin

Задача 5

Oct 9th, 2020 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. print(list(filter(lambda x: x % 15 == 0, list(map(int, input().split())))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement