app/site-content/proposals/2009/08/06/test_.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Sat, 08 Aug 2009 23:54:36 +0530
changeset 18 05b9e60e6a10
parent 8 294ff7ac9cb6
permissions -rwxr-xr-x
Changed CSS and removed Withdraw proposal.

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