base 2 to 36 by hallvabo

n=input()
b=1
exec'b+=1;x=n;s=""\nwhile x:s=chr(x%b+48+(x%b>9)*39)+s;x/=b\nprint s;'*35

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