Ad
  • Custom User Avatar

    You do know that in Python tests, X should equal Y X is the value your function returns and Y is the expected value right? The non integer value was produced by your code, that's not the input value.

  • Default User Avatar

    Which language? As far as I know all numbers are integers. Did you mutate the input?