Advertisement
Farz0l1x

Untitled

Apr 17th, 2024
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. from fnmatch import *
  2. for x in range(50_068, 10**10, 50_068):
  3.     if '0' in str(x) and fnmatch(str(x), '9?979*8'):
  4.         print(x, x // 50_068)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement