Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
You are so clever!
This comment is hidden because it contains spoiler information about the solution
definetly best one, very flexible
This comment is hidden because it contains spoiler information about the solution
Thank you very much! Next time i gonna format code
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Чел, у тебя есть список 'geese'. Тебе надо написать функцию, которая принимает список птиц 'birds' и отфильтровывает её таким образом, чтобы, в итоге, не осталось ни одной птицы из списка 'geese'.
Пример:
есть список a = [1, 2, 3, 4]
подаётся список b = [1, 3, 5, 8, 9]
фильтруем так, чтобы, в итоге, в b не было ничего из a
...
получаем список [5, 8, 9]
Кчау
Aye, english is weird!
glad you figured it out tho.
Oh. I just googled, ["Mallard", "Hook Bill", "Crested", "Blue Swedish"] are different ducks, i just thought it is some random words :/
For example, if this array were passed as an argument:
["Mallard", "Hook Bill", "African", "Crested", "Pilgrim", "Toulouse", "Blue Swedish"]
Your function would return the following array:
["Mallard", "Hook Bill", "Crested", "Blue Swedish"]
Why in example we remove 'African' why is it geese? What is the logic? Maybe i understood something wrong
It is an animal.
You need to iterate through the array thats passed in as a parameter and remove any that are geese.
Sorry don't speak Russian.
Can someone explain me the description. Please, i can understand what does geese means(i thought it is like animal). And, if it is possible, in Russian
Good one
Loading more items...