The Python Challenge(1)
2017-10-20 本文已影响0人
发条蛙
问题链接
问题链接如下:
http://www.pythonchallenge.com/pc/def/0.html
答案链接
答案链接如下:
http://www.pythonchallenge.com/pc/def/274877906944.html
解题思路
求出图中2^38
的结果,替换问题连接中的相应字符串即可:
$ python -c "print 2**32"
4294967296