app/site-content/proposals/2009/08/06/test.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 13 Aug 2009 03:42:34 +0530
changeset 46 e27c75dedbfb
parent 8 294ff7ac9cb6
permissions -rwxr-xr-x
Fixed the correct redirects and review saves.

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