Advertisement
Guest User

new

a guest
Aug 19th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. from decimal import Decimal as d, getcontext
  2.  
  3.  
  4.  
  5. getcontext().prec = 100
  6.  
  7. print(d(23)/7 + d(51/11)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement