Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i in range(2023, 10**10, 2023):
- s = str(i)
- if len(s) > 6 and s[:2] == '32' and s[3:6] == '056' and s[-1] == '6':
- print(i, i // 2023)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement