Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- product = 1
- for a in range(7830457):
- print(a)
- product *= 2
- if len(str(product)) > 12:
- product = int(str(product)[-12:])
- product *= 28433
- product += 1
- print(str(product)[-10:])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement