摘要:
#3_20.py #The program to give the certain integer according its index #in the Fibonacci sequence #by ggt def x(): al = 1 ar = 0 n = input("Enter the index of the integer in the Fibona... 阅读全文
posted @ 2011-03-09 12:57
tt-0411
阅读(161)
评论(0)
推荐(0)