print this triangle by lynn

x=2
exec"""b=2
while x/b:
 s='';a=x
 while a:s=chr(a%b+48+(a%b>9)*39)+s;a/=b
 print s,;b+=1
print;x+=1;"""*62

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page