Ad
  • Default User Avatar

    Thanks for pointing out truncate vs rounding, g964!

    bkaes, I'm going to think about what you said...

  • Custom User Avatar

    Hi guys, I have a problem trying to solve this for the submission cases in Python.

    For the third test case,after rounding, this is the response I get:
    1.146652 should equal 1.146651

    However, when I print out the float prior to rounding, I see that it is 1.14665178571, which, to my understanding, means that the answer should be 1.146652 instead of 1.146651...

    Where am I going wrong??