Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Python 2.7.3 (default, Feb 27 2014, 19:58:35)
- [GCC 4.6.3] on linux2
- Type "help", "copyright", "credits" or "license" for more information.
- >>> a = 9<<9999999 # It does evaluate, this is not Haskell
- >>> from math import log
- >>> log (a , 10)
- 3010300.6098523256
- >>> a % (10**100)
- 9997586286278740367540838094810513505273431435049025848315287491754455345082150796980669011241992192L
- >>> a / (10**(3010300 - 100))
- 40724177878623601356283812004689183103119430746081012041599147164240046869266683093879026455090068706L
- >>>
Add Comment
Please, Sign In to add comment