825
Leave it alone
(lemmyf.uk)
Post funny things about programming here! (Or just rant about your favourite programming language.)
What the hell is a drop
Skip. As in, "drop the first 5 elements of this iterable." dropwhile is "drop each element until the given predicate is satisfied." It's really not that obscure, I dunno what the original commenter is on about
Yeah, I'm not even a python dev, I knew what dropwhile did immediately from the name. Some people just don't want to learn anything new, ever.