Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Number Base by hypehr96
def checkio(str_number, radix):
wynik=0;
k=len(str_number)-1
abc="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
error=False
for i in str_number:
if abc.find(i)!=-1 and abc.find(i) A > 10"
Nov. 20, 2016
Comments: