Ray's playground

 

Python Challenge 0

http://www.pythonchallenge.com/pc/def/0.html

1 >>> i=1
2 >>> result = 1
3 >>> while(i<=38):
4     result = result * 2
5     i=i+1
6 >>> result
7 274877906944

 

 

posted on 2009-12-15 22:08  Ray Z  阅读(166)  评论(0编辑  收藏  举报

导航