print this triangle by Mr. Xcoder

p=2
exec"b=2\nwhile p/b:\n s='';a=p\n while a:s=chr(a%b+48+(a%b>9)*39)+s;a/=b\n print s,;b+=1\nprint;p+=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