dxnge

19

Nov 2nd, 2021
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. print(sum([sum(x % d == 0 for d in (7, 17, 37, 47, 57)) == 2 for x in range(12345, 23457)]))
Advertisement
Add Comment
Please, Sign In to add comment