Advertisement
Farz0l1x

Untitled

May 1st, 2024
796
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. from fnmatch import *
  2. for x in range(2024, 10**10, 2024):
  3.     if fnmatch(str(x), '1*2322?2'):
  4.         print(x, x // 2024)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement