Ad
  • Custom User Avatar

    It iterates over the boxes, 0,0 to 2,2 being the first box, 0,3 to 2,5 is the second, btw (r/3) * 3 works because of r being int.

  • Custom User Avatar

    I am facing the same issue. Basic tests are passed successfully, and then I am getting a failure on a test case "Test.assert_equals(basefa, a+b)"
    I am guessing basef is a dict that maps integers to their string analog, for example basef[3] == "three".
    In my opinion this violates the initial task which says that functions for each number from 0 ("zero") to 9 ("nine")

  • Custom User Avatar

    not sure what stands behind the logic with i and j, but it's cool.