Ad
  • Custom User Avatar

    you updated the description, but not the tests. So the feedback is still as bad as before:

      default argument is an empty list
      Log
      ([0],)
      Function must have a single argument with '[]' as default'
    
    • note that your tests are logging stuff (they shouldn't)
    • my function is still having [] as default argument but the test is failing without actually telling why.