filmov
tv
Array.diff - Python - Codewars

Показать описание
Your goal in this kata is to implement a difference function, which subtracts one list from another and returns the result.
It should remove all values from list a, which are present in list b keeping their order.
#python #different #codewars #walkthrough #array
It should remove all values from list a, which are present in list b keeping their order.
#python #different #codewars #walkthrough #array