User:PrySigneToFry/烂下攫用乴 constant

From Esolang
Jump to navigation Jump to search

烂下攫用乴 constant is the decimal number like this:

0.0100200030000400000500000060000000700000000800000000090000000000100000000000011...

What did it work?

print "0."
i = 1
loop
    for r in range(0, i):
        print "0"
    end
    print "1"
    i++
end

What is the pattern of it?

It output i 0's then output i.