I\'m trying to run this:
try: number = int(number) except ValueError: raise InvalidValueError("%s is not a valid base10 number." % number) <