Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
│ │ | ׀ י ▫ י ׀ | │ |̵o̵| ﴾̵ ̵©̵ ̵﴿ |̵o̵| │ │ solution in Clear category for Number Base by vmiimu
def checkio(s,r):
try:
return int(s,r)
except ValueError:
return -1
Nov. 20, 2018