app/site-content/proposals/2009/08/06/test_.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 14 Aug 2009 11:07:24 +0530
changeset 49 33c54f815fd5
parent 8 294ff7ac9cb6
permissions -rwxr-xr-x
Changed rank list.html to be consistent with review list.

a, b = 0, 1
while b < 10:
    print b,
    a, b = b, a + b