app/site-content/proposals/2009/08/06/test.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 06 Aug 2009 20:20:36 +0530
changeset 8 294ff7ac9cb6
permissions -rwxr-xr-x
Added new set of files.

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