Drop/skip values in the input iterator while the passed predicate returns a truthy value.
predicate
The input iterator or iterable.
The function to call for each value.
Drop/skip values in the input iterator while the passed
predicatereturns a truthy value.