您的位置:首页 > 编程语言 > Python开发

【原创】pythonchalleng——第0题

2017-04-17 15:25 525 查看
[align=center]URL:http://www.pythonchallenge.com/pc/def/0.html
[/align]


Hint: try to change the URL address.

[align=left]        我的第一反应是,将url中的0替换成238,尝试一下,得到的结果是:
No... the 38 is a little bit above the 2...
       哦,原来是计算2的38次幂。使用python计算,输入命令行:2**38,得到的答案是274877906944。使用这个结果替换url中的0,顺利进入第1题。
第1题网址:http://www.pythonchallenge.com/pc/def/map.html[/align]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: