n1=0
n2=1
sum=0
print(n1)
print(n2)
while(1>0)
do 
    sum=n1+n2
    print(sum)
    n1=n2
    n2=sum
end

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: