Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from decimal import Decimal, getcontext
- getcontext().prec = 69420
- factorial_7 = 1
- for i in range(1, 8):
- factorial_7 *= i
- result = Decimal(2) + Decimal(2) ** Decimal(factorial_7)
- greg = "Hello Greg!"
- print(result)
- print(greg)
- """
- Copyright (c) 2023 Zeromega
- Drop a link or a Sub on one of my videos if this script help you, copy the link below
- https://www.youtube.com/channel/UCfqUJ4rmk6W-ZAjDtkBZ1CA?sub_confirmation=1
- """
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement