Passing Values to Functions with Arguments lacks information in the conditions for the test

So I was doing the exercise and fund out the condition for the test doesn’t give you the numbers for the function but the automatic test expects that you call the function two times with specific numbers.
One time with (1, 2)
And another time with (7,9)

It’s not a big issue. I checked the results and called it two times with those two values but it was weird it was not written. So maybe it can be corrected so it’s more clear

If you scroll down on the left pane of the page, the test inputs and expected outputs are listed.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.