[Solved] Task with inserting elements to list – tough a little
One wrong thing in your check function: you only check the names in the current team to skip that, but you should skip any name that was already put in a team. I already gave you an alternative on another question, so the check function isn’t needed (erasing from the list). Also, when iterating over … Read more