Hinted solution in Clear category for Number Base by veky
def checkio(*a): try: return int(*a) except ValueError: return -1
Feb. 20, 2014
Comments: