Last active
December 13, 2015 19:19
-
-
Save HQMIS/4961893 to your computer and use it in GitHub Desktop.
pythonchallenge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 --> Hint: try to change the URL address. (http://www.pythonchallenge.com/pc/def/0.html --> http://www.pythonchallenge.com/pc/def/1.html) | |
1 --> calculate 2**38 (http://www.pythonchallenge.com/pc/def/1.html --> http://www.pythonchallenge.com/pc/def/274877906944.html) | |
C:\Documents and Settings\huangqimin>python | |
Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win | |
32 | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> 2**38 | |
274877906944L | |
>>> import math | |
>>> pow(2, 38) | |
274877906944L | |
>>> | |
2 --> Shift Encryption(http://www.pythonchallenge.com/pc/def/map.html --> ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1001642837500