Advertisement
zeromega64twenty

snake code

Aug 8th, 2023 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.43 KB | Science | 0 0
  1. from decimal import Decimal, getcontext
  2. getcontext().prec = 69420
  3. factorial_7 = 1
  4. for i in range(1, 8):
  5.     factorial_7 *= i
  6. result = Decimal(2) + Decimal(2) ** Decimal(factorial_7)
  7. greg = "Hello Greg!"
  8. print(result)
  9. print(greg)
  10. """
  11. Copyright (c) 2023 Zeromega
  12. Drop a link or a Sub on one of my videos if this script help you, copy the link below
  13. https://www.youtube.com/channel/UCfqUJ4rmk6W-ZAjDtkBZ1CA?sub_confirmation=1
  14. """
Tags: snake code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement