for x in range(12340000, 12349999):
x = str(x)
if x[-1] == '4' and x[-2] == '5':
x = int(x)
if x % 21 == 0:
print(x, x // 21)
# 1234*54
# 100_000_000
# 012345678
-
Notifications
You must be signed in to change notification settings - Fork 0
egeinf/ege
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published