Advertisement
Zuneve

Untitled

Apr 29th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1.  
  2. for i in range(2023, 10**10, 2023):
  3. s = str(i)
  4. if len(s) > 6 and s[:2] == '32' and s[3:6] == '056' and s[-1] == '6':
  5. print(i, i // 2023)
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement