• Wrong description of remove-all-before task

 

I would like to give some feedback about ...

From: https://py.checkio.org/mission/remove-all-before/solve/

HTTP_USER_AGENT:

Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0

The task itself is unclear. The descriptions says I need to remove all the items before the Nth element, however even assertion tests don't follow that. From the test, it seems I need to remove all the items with their value below a given threshold. However, it doesn't work either.

11