Ad
  • Default User Avatar

    Am I the only one who realizes this Kata has been taken verbatim from Code Academy?

  • Default User Avatar

    When I run my code it passes all tests except the non integer, I tried using try: , except: then raise but I can't get it to work, am I going about it the wrong way, I am basically checking " try: type(number) == int , thanks.