C2_W1_Assignment edit_two_letters function

Hi,
I am facing an issue with the lab assignment for week 1. In the def edit_two_letters function, the test cases are failing though i am getting the correct o/p. I verified the edit_one_letter function as this is being called in the edit_two_letters function. I have tried everything so far, verified the coe more than once. I am not able to figure out, why the test cases are failing. Appreciate any help with this issue.

Hi @arvyzukai hope you are well. Is this the same problem that you figured out there is an issue with the grader, I remember from last time, right! Was it reported for solving the issue…

1 Like

Hi @gent.spah

I believe the issue with the test case is the same as in previous post. I reported the issue:

The “got” parts are missing the conversion to list and when the learner’s implementation does not pass the assert statement, the resulting error message would cause an error itself

But it have not been fixed. The staff are probably busy.

@MSS1 your mistake is probably related to the output length of your function.

Cheers

1 Like